mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
AzureMonitor: Unit MilliSeconds naming (#29399)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user