-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[exporter/prometheusexporter] accumulate delta temporality histograms #23790
[exporter/prometheusexporter] accumulate delta temporality histograms #23790
Conversation
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Signed-off-by: Loc Mai <locmai0201@gmail.com>
Signed-off-by: Loc Mai <locmai0201@gmail.com>
This reverts commit 21980b454cb0e2ad5a4dcfe35ba4426ef4a41460. Signed-off-by: Loc Mai <locmai0201@gmail.com>
This reverts commit 08022fc9074a445533ab3cd8db22b8874ab4e00c. Signed-off-by: Loc Mai <locmai0201@gmail.com>
Signed-off-by: Loc Mai <locmai0201@gmail.com>
Signed-off-by: Loc Mai <locmai0201@gmail.com>
Signed-off-by: Loc Mai <locmai0201@gmail.com>
Signed-off-by: Loc Mai <locmai0201@gmail.com>
Signed-off-by: xchen <xchen@axon.com>
Signed-off-by: xchen <xchen@axon.com>
Signed-off-by: xchen <xchen@axon.com>
… bucket boundaries Signed-off-by: xchen <xchen@axon.com>
…ta-prom Chore/rebase nabam delta prom
|
Signed-off-by: stephenchen <x.chen1016@gmail.com>
Signed-off-by: stephenchen <x.chen1016@gmail.com>
Signed-off-by: stephenchen <x.chen1016@gmail.com>
… bucket boundaries Signed-off-by: stephenchen <x.chen1016@gmail.com>
b2e18ca
to
ca4dde2
Compare
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Also very interested in this! Happy to help out if needed. How can we get attention from code owners? |
I've been pinging for a review on CNCF Slack. |
I built this change into a deployed collector and confirmed it works as expected. |
@sh0rez, can you please review this one? |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@jpkrohling @sh0rez are you still looking to review? |
Thanks for the review @atoulme! I've tidied-up the code a bit following your comments. Would you mind pinging other maintainers to have a look as well? |
Sorry about that, I think it's not realistic to wait for a review from us to move forward with this PR. |
Ack. @atoulme would you be comfortable giving this an approval? It's been thoroughly tested and follows an existing pattern in Prometheus exporter to accumulate delta counters. |
This is approved, and I think it just needs to be merged by an authorized user now. Can someone do that? |
…open-telemetry#23790) **Description:** <Describe what has changed.> This continues the work done in the now closed [PR](open-telemetry#20530). I have addressed issues raised in the original PR by - Adding logic to handle timestamp misalignments - Adding fix + a out-of-bounds bug In addition, I have performed end-to-end testing in a local setup, and confirmed that accumulated histogram time series are correct. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#4968 open-telemetry#9006 open-telemetry#19153 **Testing:** <Describe what testing was performed and which tests were added.> Added tests for timestamp misalignment and an out-of-bounds bug discovered in the previous PR. End-to-end testing to ensure histogram bucket counts exported to Prometheus are correct --------- Signed-off-by: Loc Mai <locmai0201@gmail.com> Signed-off-by: xchen <xchen@axon.com> Signed-off-by: stephenchen <x.chen1016@gmail.com> Co-authored-by: Lev Popov <nabam@nabam.net> Co-authored-by: Lev Popov <leo@nabam.net> Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> Co-authored-by: Loc Mai <locmai0201@gmail.com> Co-authored-by: Alex Boten <aboten@lightstep.com>
Description:
This continues the work done in the now closed PR. I have addressed issues raised in the original PR by
In addition, I have performed end-to-end testing in a local setup, and confirmed that accumulated histogram time series are correct.
Link to tracking Issue:
#4968
#9006
#19153
Testing:
Added tests for timestamp misalignment and an out-of-bounds bug discovered in the previous PR.
End-to-end testing to ensure histogram bucket counts exported to Prometheus are correct