-
Notifications
You must be signed in to change notification settings - Fork 47
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
summary type metrics are not showing up. #53
Comments
Maybe related to #45 |
Hey @fieldju! Currently this integration does not pull the |
I haven't had a chance to dig in yet but can it be patched?
This seems to be where latency data is stored for http requests with
Springboot and Micrometer.
Cheers,
Justin
|
But they are of type
NewRelic Summary types do support |
Hey @fieldju! This should be improved by #54, which is in the I invite you to try this RC release and please tell us if it fixes this problem. |
This is Awesome, I will check this out. I had no idea if or when this was coming, so I refactored the code I was working on to use a micrometer composite registry and take advantage of the New Relic Micrometer Registry to send metrics to NR and Prometheus. This does double the memory requirements if both integrations are enabled, so still might want the NRI Prom Scrapper over the Micrometer registry 🤔 . However this will only work for our Java services, we will be wanting this integration for our Golang microservices so that we can instrument the application with a vendor-agnostic metrics library that at least supports prometheus and have metrics locally with Grafana/Prometheus and NR at the same time. |
I've noticed that none of the summary type metrics from the following scrape (all scrapes on the pods in my cluster) do not show up in NR1/insights
https://gist.github.com/fieldju/90cf92976358853245ba1eb99a94523c#file-prom-scrap-txt-L413-L422
Again I am not seeing any of the sum or count metrics from Micrometer timers.
This post says that summaries were coming:
#14 (comment)
This pull request says it was adding support:
#15
I am running 1.5.0 of this integration
The text was updated successfully, but these errors were encountered: