You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
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?