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
Howdy, I believe GAUGE_CALC_TOTAL = 'total' needs to be changed to GAUGE_CALC_TOTAL = 'sum'. The literal 'total' fails to define the Calculation value for a bar gauge, 'sum' literal has worked for me (using grafanalib 0.7.0)
The text was updated successfully, but these errors were encountered:
grafanalib/grafanalib/core.py
Line 278 in ff156bb
Howdy, I believe
GAUGE_CALC_TOTAL = 'total'
needs to be changed toGAUGE_CALC_TOTAL = 'sum'
. The literal 'total' fails to define the Calculation value for a bar gauge, 'sum' literal has worked for me (using grafanalib 0.7.0)The text was updated successfully, but these errors were encountered: