You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jp30566347
changed the title
Generic JSON collector
Generic JSON endpoint collector
Dec 14, 2016
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.
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.
The text was updated successfully, but these errors were encountered: