-
Notifications
You must be signed in to change notification settings - Fork 324
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
Add support for Metrics / Stats API #112
Comments
Are there plans for this to work with existing metrics libraries? |
Micrometer is definitely on our radar and we'll evaluate possible integrations. |
I'd love to see a spec around what the apm-server expects, as for Micrometer ideally we'd support shipping directly to API rather than through the agent. Agents aren't altogether bad, but they can be unacceptable in certain environments. |
There is no such spec yet, but you will be kept up-to-date by subscribing to this issue. |
@eyalkoren That doc is not shared. |
@jkschneider right, thanks! It's not shared because it is still WIP, my fault of referring to it from here. In any case, we may start with just supporting basic JMX stuff and maybe extend later on to do some integrations |
This PR added basic support for metrics: #360 Note that there is no public API to add metrics. Instead of building an API ourselves, I think it makes more sense to write an Elastic APM reporter for micrometer. |
Work is underway to add support for Metrics to the API/server: elastic/apm-server#964
Support needs to be added to this agent too.
The default minimum set of metrics should be supported. TBD which additional metrics will be supported for this agent.
The text was updated successfully, but these errors were encountered: