-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Parse Created timestamps from OpenMetrics text format #12980
Comments
Part of #6541 |
Important part was done #14356 - now we just need to add tests and skip CT lines cc @Maniktherana |
Fixed in #14356 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal
In #12936, we added created timestamps to Prometheus proto inspired by the semantics used by OpenMetrics proto; in #12973, we added the ability to parse this same information. Just like OpenMetrics proto, OpenMetrics text already exposes Created Timestamps, but the way Prometheus interprets it is very different from how we wanted it to.
Following our recently accepted proposal (prometheus/proposals#29), we want to change how Prometheus parses created timestamps from OpenMetrics text.
This task is about implementing the
CreatedTimestamp()
function in openmetricsparse that was added in #12973 following what was proposed.It should also be implemented behind the feature flag
created-timestamp-ingestion
The text was updated successfully, but these errors were encountered: