Skip to content
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

Closed
taasjord opened this issue Nov 3, 2019 · 1 comment · Fixed by #4270
Closed

Eureka server micrometer metrics for registered services #3685

taasjord opened this issue Nov 3, 2019 · 1 comment · Fixed by #4270
Assignees
Milestone

Comments

@taasjord
Copy link

taasjord commented Nov 3, 2019

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.

@heowc
Copy link
Contributor

heowc commented Mar 12, 2024

Is there any progress on this issue?

heowc added a commit to heowc/spring-cloud-netflix that referenced this issue Mar 24, 2024
@OlgaMaciaszek OlgaMaciaszek added this to the 4.1.1 milestone Mar 25, 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
@spencergibb spencergibb removed this from the 4.1.1 milestone Apr 3, 2024
@OlgaMaciaszek OlgaMaciaszek added this to the 4.1.2 milestone Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants