The graphite exporter keeps the metrics for up to 5 minutes. It even records the time in Timestamp. But it doesn't export the time it received the metrics to Prometheus.
I would like the graphite_exporter to export the time when it received a metrics like the push gateway.
This would help a setup where Prometheus scrapes the graphite_exporter every 10 seconds, but new data is pushed to graphite in a different timing (i.e. 30 or 60 seconds).
The graphite exporter keeps the metrics for up to 5 minutes. It even records the time in
Timestamp. But it doesn't export the time it received the metrics to Prometheus.I would like the graphite_exporter to export the time when it received a metrics like the push gateway.
This would help a setup where Prometheus scrapes the graphite_exporter every 10 seconds, but new data is pushed to graphite in a different timing (i.e. 30 or 60 seconds).