mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AzureMonitor: Unit MilliSeconds naming (#29399)
This commit is contained in:
parent
6c4f6211cb
commit
63c8945db5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user