Fix typo in metric name

Change-Id: I6ee25d4e6e15e9fae1d4d60db7101f65683f96f5
This commit is contained in:
Olivier Bourdon 2016-05-03 11:32:50 +02:00
parent 3808d9f233
commit 4dcd973155
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ osd_count up:GAUGE:0:U down:GAUGE:0:U in:GAUGE:0:U out:GAUGE:0:U
# amount of used and total space in bytes, type_instance is the OSD identifier
osd_space used:GAUGE:0:U total:GAUGE:0:U
# apply and commit latencies in milliseconds, type_instance is the OSD identifier
osd_latency appply:GAUGE:0:U commit:GAUGE:0:U
osd_latency apply:GAUGE:0:U commit:GAUGE:0:U