Skip to content

Commit a84bc79

Browse files
authored
Fix Grafana dashboard axis label typo
1 parent 3d0999c commit a84bc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/api/config-map-grafana-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ data:
141141
"axisBorderShow": false,
142142
"axisCenteredZero": false,
143143
"axisColorMode": "text",
144-
"axisLabel": "Number of requests per minute",
144+
"axisLabel": "Number of requests",
145145
"axisPlacement": "auto",
146146
"axisWidth": 50,
147147
"barAlignment": 0,

0 commit comments

Comments
 (0)