Commit 63c8945d by Sebastian Poxhofer Committed by GitHub

AzureMonitor: Unit MilliSeconds naming (#29399)

parent 6c4f6211
......@@ -421,7 +421,7 @@ func toGrafanaUnit(unit string) string {
return "cps"
case "Percent":
return "percent"
case "Milliseconds":
case "MilliSeconds":
return "ms"
case "Seconds":
return "s"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment