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
Check /metrics endpoint -> buckets for test metric should be shown
Wait for more that expiration_interval (30 seconds)
Check /metrics endpoint
Expected behavior
There are no metrics inside /metrics endpoint due to its expiration.
Actual behavior
Expired metrics are still presented.
Additional info
It's important for cases described in #10517 It allows to significantly decrease service loading.
Following the code, Histogram Aggregator always pushes metrics with the current timestamp (historgram.go:173).
The text was updated successfully, but these errors were encountered:
Relevent telegraf.conf
System info
Telegraf 1.20.0
Docker
No response
Steps to reproduce
test ms=1
to udp://:8125expiration_interval
(30 seconds)Expected behavior
There are no metrics inside
/metrics
endpoint due to its expiration.Actual behavior
Expired metrics are still presented.
Additional info
It's important for cases described in #10517 It allows to significantly decrease service loading.
Following the code, Histogram Aggregator always pushes metrics with the current timestamp (historgram.go:173).
The text was updated successfully, but these errors were encountered: