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

[processor/cumulativetodelta] Support persistant storage. #36551

Open
h0cheung opened this issue Nov 26, 2024 · 0 comments
Open

[processor/cumulativetodelta] Support persistant storage. #36551

h0cheung opened this issue Nov 26, 2024 · 0 comments
Labels
enhancement New feature or request needs triage New item requiring triage

Comments

@h0cheung
Copy link
Contributor

h0cheung commented Nov 26, 2024

Component(s)

processor/cumulativetodelta

Is your feature request related to a problem? Please describe.

When the collector is restarted and the last point before the restart does not exist, the delta value cannot be calculated for the new first point, it can only be discarded. This causes a breakpoint, and the total for the period is calculated to be lower than the true value.

Describe the solution you'd like

Support persistent storage. This way the collector could get the last value to calculate the delta value after restarting.

Describe alternatives you've considered

No response

Additional context

No response

@h0cheung h0cheung added enhancement New feature or request needs triage New item requiring triage labels Nov 26, 2024
@h0cheung h0cheung changed the title Support persistant storage for cumulative to delta processor [processor/cumulativetodelta] Support persistant storage for cumulative to delta processor Nov 26, 2024
@h0cheung h0cheung changed the title [processor/cumulativetodelta] Support persistant storage for cumulative to delta processor [processor/cumulativetodelta] Support persistant storage. Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

1 participant