envoyproxy/envoy

Export process_start_time_seconds Prometheus metric

Open

#23.003 geöffnet am 6. Sept. 2022

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)C++ (5.373 Forks)batch import
area/statsenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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:]

Contributor Guide