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
Our metrics are exposed on /metrics endpoint. Exposed metrics dumps it's own timestamp. This time stamp is older by one hour. I don't
eg: if current time is 17:33, actual timestamp on the exposed endpoint is 16:33 for given set of metrics.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Our metrics are exposed on /metrics endpoint. Exposed metrics dumps it's own timestamp. This time stamp is older by one hour. I don't
eg: if current time is 17:33, actual timestamp on the exposed endpoint is 16:33 for given set of metrics.
My agent config looks as below:
Even with the honor_timestamps set to true (which is default as per the prometheus document), agent won't scrape or push these metrics.
Beta Was this translation helpful? Give feedback.
All reactions