-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build_info gauge metric behavior differs since 0.43 #21988
Comments
Ah, this is likely the result of #20710 which change the default for the registry to expire entries (to avoid leaking). As a workaround, you can set https://vector.dev/docs/reference/configuration/global-options/#expire_metrics_secs to The real fix is for this metric to be emitted on an interval so it doesn't expire. |
I'm also noticing this didn't end up in the release changelog for some reason 🤔 |
For the new changelogs generated from changelog fragments, chores should be rendered too. Addresses: #21988 (comment) Signed-off-by: Jesse Szwedko <[email protected]>
For the new changelogs generated from changelog fragments, chores should be rendered too. Addresses: #21988 (comment) Signed-off-by: Jesse Szwedko <[email protected]>
Oh I see, because it is a |
Interesting... good catch. |
Fix: #21991 |
For the new changelogs generated from changelog fragments, chores should be rendered too. Addresses: #21988 (comment) Signed-off-by: Jesse Szwedko <[email protected]>
For the new changelogs generated from changelog fragments, chores should be rendered too. Addresses: #21988 (comment) Signed-off-by: Jesse Szwedko <[email protected]>
A note for the community
Problem
Since 0.43, the build_info gauge metric is not emitting the last known value "1" indefinitely. As a result, it appears only once at start up and therefore this impacts the ability to monitor the counts of vector pods and their respective versions.
I noticed that the "metrics" dependency was updated from 0.24.0 to 0.24.1 in the 0.43 release but I can't spot what has changed to impact the behaviour.
Configuration
No response
Version
0.43
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: