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

Counter with tags doesn't report 0 value #117

Open
eagleonhill opened this issue Mar 24, 2021 · 1 comment
Open

Counter with tags doesn't report 0 value #117

eagleonhill opened this issue Mar 24, 2021 · 1 comment

Comments

@eagleonhill
Copy link

I have created a counter that with tags. However, the signalfx dashboard doesn't show the first value.

I would like the signalfx dashboard to show events happened during the window.
Upon first increment, it reports the value 1. If I use delta rollup, this only produce value 0. And all the subsequent values are less by 1, i.e if there are N events, I can only see N-1 from the dashboard, for the period that the event initial appear.

This would be more problementic for rare cases, like 1-2 event per 30min for failures.

Is anything I need to do to get the correct value?

@rsanchuk
Copy link

In case you still need an answer for this one...
To get the correct value, you may need to adjust the rollup method used in the SignalFx dashboard. Instead of using delta rollup, you could try using a different method, such as sum or average, which will include the first value in the total count. This should enable you to see all events that occurred during the specified time window, including the first event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants