envoyproxy/envoy

Export process_start_time_seconds Prometheus metric

Ouverte

#23 003 ouverte le 6 sept. 2022

 (7 commentaires) (0 réaction) (2 personnes assignées)C++ (5 373 forks)batch import
area/statsenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 étoiles)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

Title: Export process_start_time_seconds Prometheus metric

Description:

When querying the /stats/prometheus endpoint on the admin page, it would be immensely helpful to add process_start_time_seconds. This metric is typically a gauge reporting the seconds since January 1 1970 when the process started, and is commonly used by prometheus consumers to track cumulative metrics (notably by prometheus-to-sd).

(I'd be glad to take a crack at adding this :))

[optional Relevant Links:]

Guide contributeur