Fix metric names for received messages

This commit fixes a "typo" in the stat names for the metrics with
messages received. In statsd the stats are spelled incorrectly which
means these didn't match anything. Correcting this to match my
inability to spell in the mqtt_statsd config and we should have working
graphs.

Change-Id: Ia0965f12239190c6dd11a6a0d78bf8f18fe178c9
This commit is contained in:
Matthew Treinish 2017-04-27 11:14:31 -04:00
parent bf77be3105
commit fa6380af28
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ dashboard:
value_type: individual
targets:
- target: alias(stats.gauges.mosquitto.messages_sent, 'Messages Sent')
- target: alias(stats.gauges.mosquitto.messages_received, 'Messages Received')
- target: alias(stats.gauges.mosquitto.messages_recieved, 'Messages Received')
seriesOverrides:
- alias: Max
stack: False
@ -56,5 +56,5 @@ dashboard:
span: 4
targets:
- target: stats.gauges.mosquitto.bytes_sent
- target: stats.gauges.mosquitto.bytes_received
- target: stats.gauges.mosquitto.bytes_recieved
type: graph