You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If folks are using this with the node-exporter text file collector, they might be running it at scheduled intervals. In that case, adding the optional metric timestamp would prevent registration of false/duplicate metrics. The timestamp is just the UNIX epoch in seconds.
The recommended default for Prometheus exporters is not to timestamp live values.