-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support Elastic APM #793
Comments
Currently no spec has been produced by Elastic, so pushing this to 1.2.0. |
A spec of the API is here: https://www.elastic.co/guide/en/apm/server/current/metricset-api.html and here: https://github.com/elastic/apm-server/blob/master/docs/spec/metricsets/metricset.json Note that it currently only supports counters and gauges. |
Thanks @felixbarny. Counters and gauges are good enough. Timers are just composed of a series of counters and gauges. We can make it work. |
See also my very rough WIP for the agent-internal metric tracking here: elastic/apm-agent-java#360 |
This will be a great future. When can we expect this |
This feature will be very useful. |
We're also thinking about automatically adding a micrometer Collector via the Elastic APM Java agent which reports to the APM Server if the agent is attached - so that no code changes are necessary. See also elastic/apm-agent-java#893 |
Hello, |
The APM agent has a Micrometer integration in beta now: https://www.elastic.co/guide/en/apm/agent/java/current/metrics.html#metrics-micrometer |
It sounds like deferring to the Micrometer support in the agent is a good resolution to this request. We can add some documentation to https://micrometer.io/docs/registry/elastic referring to the APM docs. I have made micrometer-metrics/micrometer-docs#203 for that. |
Elastic (Elasticsearch/Kibana) is working on a new APM solution.
It would be nice if it worked out of the box with micrometer.
see elastic/apm-agent-java#112
The text was updated successfully, but these errors were encountered: