zalando-zmon / zmon-controller

ZMON UI and REST API
https://docs.zmon.io/
Other
21 stars 17 forks source link

Grafana microsecond units get corrupted #772

Closed panicbit closed 4 years ago

panicbit commented 5 years ago

When fetching a board from grafana (e.g. vie zmon-cli), some garbage gets appended in front of the unit.

For example, the output of

zmon grafana get BOARD_ID | grep 'µs'

contains instances of

      - format: µs

Pushing such a board back to grafana results in broken boards.

panicbit commented 5 years ago

Seems like this is a known issue and fixed in some newer Grafana version.

Updating to a newer grafana version will probably fix this. https://github.com/zalando-zmon/zmon-controller/issues/416