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

Add ability to append TSDB value at specific timestamp #256

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

valkuc
Copy link
Contributor

@valkuc valkuc commented Nov 7, 2023

Hi.
In some cases it's necessary to save previously collected TSDB items at a specific timestamp. Real life example: I have a log entries that occurs before application receive valid time from NTP. I'm buffering those log entries in vector together with application uptime when the event occured. Then, when app receive a time from NTP, I'm saving collected log entries into TSDB with adjusted timestamp.

@armink
Copy link
Owner

armink commented Nov 9, 2023

It's looks like a good idea.

@armink armink merged commit 0d1b438 into armink:master Nov 9, 2023
1 check passed
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