zalando / zmon

Real-time monitoring of critical metrics & KPIs via elegant dashboards, Grafana3 visualizations & more
https://demo.zmon.io/
Other
359 stars 48 forks source link

Add percent format option to value widget #23

Closed jrempe closed 7 years ago

jrempe commented 7 years ago

Since some checks might return decimal values to be interpreted as percentage, the percentage formatting option would come in handy. From https://docs.python.org/3/library/string.html#format-specification-mini-language: '%' Percentage. Multiplies the number by 100 and displays in fixed ('f') format, followed by a percent sign.

LappleApple commented 7 years ago

Hey @Jan-M and @hjacobs: Is this something you agree with? If so, maybe let's add the "Help Wanted" issue.

LappleApple commented 7 years ago

@Jan-M and @hjacobs: trying again.

hjacobs commented 7 years ago

IIRC this needs to be implemented in the JS frontend.

LappleApple commented 7 years ago

Thanks for the fast response, @hjacobs. I appreciate your efforts to keep things moving along.

elauria commented 7 years ago

Added Issue on zmon-controller: https://github.com/zalando-zmon/zmon-controller/issues/407

closing this one