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

feat: return metric with an explicit timestamp from the configured column #429

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

burningalchemist
Copy link
Owner

@burningalchemist burningalchemist commented Jan 11, 2024

resolves #351

Introduce timestamp_value field for the metric configuration. If it points at the column containing a valid timestamp, this timestamp will be collected to return a metric with a timestamp such as:

test{Username="jenkins46",target="test",test="Identifier"} 4 1328099743000

@burningalchemist burningalchemist changed the title feat: collect timestamp from the assigned column feat: return metric with an explicit timestamp from the configured column Jan 11, 2024
@burningalchemist burningalchemist merged commit d0b1974 into master Jan 11, 2024
4 checks passed
@burningalchemist burningalchemist deleted the feat/timestamp-value branch January 11, 2024 16:02
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.

Allow to set metric timestamp from query results
1 participant