Closed panicbit closed 4 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.
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
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
contains instances of
Pushing such a board back to grafana results in broken boards.