-
Notifications
You must be signed in to change notification settings - Fork 325
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
Micrometer Integration #893
Comments
Hey, do we have timeline when this feature would be released? |
This is currently blocked by elastic/apm-server#3195 to properly support histograms/timers |
This was referenced Jul 29, 2020
Merged
Let's not wait for histogram support. We can add that later when APM Server supports it. For now, just reporting count and sum for timers so that weighted averages can be calculated. PR open: #1303 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the user constructs a micrometer metric registry, we should automatically add a reporter which reports the metrics to the APM Server.
The text was updated successfully, but these errors were encountered: