We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a somewhat common "best practice" when operating services that expose prometheus metrics is to expose information about uptime.
we should define a counter pd_uptime_seconds, and run a thread in the background that increments the counter at a regular interval.
pd_uptime_seconds
related to #3911.
Status