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
I want to display performance values within the graphs legend, the config looks like this: legendValue(alias(color($metric$, '#5ff442'), 'In'), 'last', 'avg', 'max', 'si')
The issue is that 'last' and 'average' are displayed correctly after new data has been written, but after a certain time, 'last' always shows 0 and 'average' does not seem to be calculated correctly either.
This cycle repeats when new data is written.
The 'max' value is always displayed correctly.
The text was updated successfully, but these errors were encountered:
I want to display performance values within the graphs legend, the config looks like this:
legendValue(alias(color($metric$, '#5ff442'), 'In'), 'last', 'avg', 'max', 'si')
The issue is that 'last' and 'average' are displayed correctly after new data has been written, but after a certain time, 'last' always shows 0 and 'average' does not seem to be calculated correctly either.
This cycle repeats when new data is written.
The 'max' value is always displayed correctly.
The text was updated successfully, but these errors were encountered: