Skip to content
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

Fix TTL bug #246

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Fix TTL bug #246

merged 1 commit into from
Jul 8, 2019

Conversation

cdnhaese
Copy link
Contributor

@cdnhaese cdnhaese commented Jul 8, 2019

Fixes a bug where setting the TTL parameter would periodically remove time series.
The reason for this was that the 'lastRegisteredAt' element was only set at creation of the time series, and not updated every time a new event was received for that time series.
Maintainer: (@matthiasr)

lastRegistredAt element was only set at creation of a time series.
Now it is updated every time a new event is seen for that time series.

Signed-off-by: Cedric Den Haese <[email protected]>
@matthiasr matthiasr merged commit 802aa8a into prometheus:master Jul 8, 2019
@matthiasr
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants