-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[prometheusreceiver] Make use of created timestamp from prometheus #36660
base: main
Are you sure you want to change the base?
[prometheusreceiver] Make use of created timestamp from prometheus #36660
Conversation
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
I think we might need the prometheus update for this to work: #36642 |
thanks for the link to the PR - I was wondering if I should also include the dependency update in my PR but in this case I will wait for the dependency update PR to get merged. One other thing: As of now, it seems like the |
Description
This PR implements the
AppendCTZeroSample
andAppendHistogramCTZeroSample
methods which can be called by prometheus to pass through the creation timestamp of a metricLink to tracking issue
Fixes #36473
Testing
Added unit tests