graphite-web: round doesn't seem to work
the following rounding doesn’t seemed to work:
round(minSeries(metrics.temperature_probe.{0,1,2}),2)
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (8 by maintainers)
the following rounding doesn’t seemed to work:
round(minSeries(metrics.temperature_probe.{0,1,2}),2)
Yes,
maxDatapoints
making another aggregation, afterround()
- that’s why @DanCech asked about it too - https://graphite.readthedocs.io/en/latest/render_api.html?highlight=maxDatapoints#maxdatapointsPlease give us something to work with. What are the results you are getting vs what you expect? Are you using maxDatapoints?
round is an alias for roundFunction