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

Generic JSON endpoint collector #357

Closed
jp30566347 opened this issue Dec 14, 2016 · 2 comments
Closed

Generic JSON endpoint collector #357

jp30566347 opened this issue Dec 14, 2016 · 2 comments

Comments

@jp30566347
Copy link

Do you guys have a collector that just invokes a local http endpoint and expect a json object of metrics? Does that even make sense? Main objective is to allow any web app, regardless of tech stack, to expose a metric endpoint.

I started something that I might be able to contribute to the project. If you have some ideas on some of the feature I should support, let me know as well.

Best regards.

@jp30566347 jp30566347 changed the title Generic JSON collector Generic JSON endpoint collector Dec 14, 2016
@johann8384
Copy link
Member

There is not one of these that I recall currently. Something that would be compatible with the output of a Dropwizard metrics endpoint would be good. Maybe a flag for a very generic format, perhaps an array of metric, timestamp, value, tags, and a mode that parses the dropwizard output.

@johann8384
Copy link
Member

I've implemented a Prometheus Exporter collector that should work with the OpenMetrics standard. #448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants