-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
HI @arch-xtof , Not sure if this is your issue, but there is a separate expiration of metrics in the |
Beta Was this translation helpful? Give feedback.
-
Hello @jszwedko, First of all, that you for your suggestion. I tried it initially and nothing changed, so I thought this parameter was not what I needed. Today I used |
Beta Was this translation helpful? Give feedback.
Hello @jszwedko,
First of all, that you for your suggestion. I tried it initially and nothing changed, so I thought this parameter was not what I needed. Today I used
curl
to check the metrics and discovered that metrics had a timestamp. Prometheus by default does not scrape metrics created longer than 5 minutes ago. I used thesuppress_timestamp = true
parameter to fix my issue.