hashicorp / consul

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
https://www.consul.io
Other
28.41k stars 4.43k forks source link

Listing time stamps on service checks #13491

Open zansity opened 2 years ago

zansity commented 2 years ago

Service Check Timestamps

Adding timestamps to service checks will help me, or my team, diagnose when the previous check was made in Consul, after I have made a change in an application.

image

Amier3 commented 2 years ago

Hey @zansity

Thanks for this feature request. It doesn't look like we currently have a way to track , so this change would be a bit more involved if we picked it up.

Quick question: Are those health checks referenced in your screenshot ran at an interval above 1 min? Typically we see health check intervals within 10-30s, which would make a timer not very helpful. I'm wondering if it'd be more helpful to have a ' retry check ' button on that same screen for your use case. That way after you've made an application change you can quickly make sure all the checks are working regardless of the interval.

zansity commented 2 years ago

A retry button would be nice as well. Thank you for your response!