-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Eureka server micrometer metrics for registered services #3685
Comments
Is there any progress on this issue? |
heowc
added a commit
to heowc/spring-cloud-netflix
that referenced
this issue
Mar 24, 2024
heowc
added a commit
to heowc/spring-cloud-netflix
that referenced
this issue
Mar 25, 2024
heowc
added a commit
to heowc/spring-cloud-netflix
that referenced
this issue
Mar 26, 2024
heowc
added a commit
to heowc/spring-cloud-netflix
that referenced
this issue
Mar 27, 2024
heowc
added a commit
to heowc/spring-cloud-netflix
that referenced
this issue
Mar 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
Metrics on Eureka server, both
/actuator/metrics
and eg./actuator/prometheus
provide only generic jvm and http server metrics. I would like to see metrics of the services registered with Eureka as well, something similar to what is displayed on the Eureka server status page that comes with eureka-server. This would be very useful to include in common dashboards like Grafana to see over time, add alerts for down services etc.For example gauges like this (for Prometheus):
eureka_server_instances{application="my-app", instanceId="host1:my-app:9180", status="DOWN"}
Other interesting metrics could be Renews (last min) and status of replicas.
I'm thinking of writing something like this myself for our Eureka server, but if there is some existing implementation somewhere I'd like to know - or get some input whether others would find this useful enough to add to spring-cloud-netflix-eureka-server.
The text was updated successfully, but these errors were encountered: