svenstaro / site24x7_exporter

A Prometheus compatible exporter for site24x7.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set proper timestamps to actual date of observation

svenstaro opened this issue · comments

The API returns last_polled_time which is the actual time of the observation. We should add that to the output to give prometheus a better idea of when the data actually happened. However, this currently blocked on tikv/rust-prometheus#382.