weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.85k stars 307 forks source link

GAUGE_CALC_TOTAL should be 'sum' and not 'total' #614

Closed davaffy closed 11 months ago

davaffy commented 11 months ago

What does this do?

Correct wrong literal value for total values

Why is it a good idea?

It's better that the users use the literals defined by grafanalib instead of their own so that future changes are autmatically adopted.

Context

540 is corrected with this.

Questions

None