-
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
[exporter/prometheusexporter] accumulate delta temporality metrics #9006
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
any chance someone can review this PR? @bogdandrutu |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@Aneurysm9 @bogdandrutu just a friendly poke here. Let me know if that's and appropriate approach and I'll rebase. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
it is still relevant |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
not stale |
Could you explain how this relates to #9919? It looks like it continues refining that work. The PR description could use some details on what changes are happening here, since the linked issue is quite broad. Thank you. (I'm still eager to see this form of translation happen in both the Prometheus and PRW exporters.) |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@jmacd yeah, I will. Sorry I haven't replied, was on vacation |
@jmacd ready for your review |
Hi. Is there any estimated/guestimated time when this will be ready? |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Could I ask you to rebase this PR @nabam ? |
Lev has left. I'll have to do this. I'll inform you once this will be done. |
…#23790) **Description:** <Describe what has changed.> This continues the work done in the now closed [PR](#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> #4968 #9006 #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>
…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:
Accumulate delta temporality metrics in prometheus exporter to expose as monotonically increasing counters
Link to tracking Issue:
related to #4968