Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to list tags in hawkular-metrics #152

Closed
pilhuhn opened this issue Sep 29, 2016 · 1 comment
Closed

Allow to list tags in hawkular-metrics #152

pilhuhn opened this issue Sep 29, 2016 · 1 comment
Milestone

Comments

@pilhuhn
Copy link
Member

pilhuhn commented Sep 29, 2016

curl -i -u jdoe:password -Hhawkular-tenant:hawkular http://localhost:8080/hawkular/metrics/gauges/tags/

See http://www.hawkular.org/docs/rest/rest-metrics.html#GET__metrics_tags__tags_ (but that needs a type filter). There are type-specific queries as shown above

We need to first find out what the query format is though.

key:* works to find all tags with a certain key. : seems not to work though

See also https://twitter.com/tsegismont/status/781587507980935168 and https://twitter.com/burmanm/status/781736785302974464

@pilhuhn pilhuhn added this to the 2.8.0 milestone Sep 29, 2016
@pilhuhn
Copy link
Member Author

pilhuhn commented Oct 17, 2016

Implemented via #161

@pilhuhn pilhuhn closed this as completed Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant