2017-04-20 15:21:09 -04:00
dashboard :
title : Mosquitto Status
rows :
- title : Description
height : 100px
panels :
- title : Description
content : |
2020-03-19 17:24:42 +01:00
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
2017-04-20 15:21:09 -04:00
2019-04-20 19:39:11 +02:00
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://opendev.org/openstack/project-config/src/grafana/mosquitto.yaml).
2017-04-20 15:21:09 -04:00
type : text
- title : Client Information
height : 150px
panels :
- title : Total Clients
span : 2
sparkline :
full : true
show : true
targets :
- target : stats.gauges.mosquitto.total_clients
type : singlestat
valueName : current
- title : Subscription Count
span : 2
sparkline :
full : true
show : true
targets :
- target : stats.gauges.mosquitto.subscription_count
type : singlestat
valueName : current
showTitle : true
- title : Connection Information
height : 250px
panels :
2017-04-28 20:56:46 -04:00
- title : Message Rates (messages / minute)
2017-04-20 15:21:09 -04:00
span : 4
stack : true
tooltip :
value_type : individual
targets :
- target : alias(stats.gauges.mosquitto.messages_sent, 'Messages Sent')
2017-04-27 11:14:31 -04:00
- target : alias(stats.gauges.mosquitto.messages_recieved, 'Messages Received')
2017-04-28 20:56:46 -04:00
- target : alias(stats.gauges.mosquitto.messages_dropped, 'Messages Dropped')
2017-04-20 15:21:09 -04:00
seriesOverrides :
- alias : Max
stack : False
type : graph
2017-04-28 20:56:46 -04:00
- title : Heap Size (Bytes)
2017-04-20 15:21:09 -04:00
span : 4
targets :
2017-04-21 15:39:32 -04:00
- target : stats.gauges.mosquitto.heap_size
2017-04-20 15:21:09 -04:00
type : graph
2017-04-28 20:56:46 -04:00
- title : Data Transfered (bytes / minute)
2017-04-20 15:21:09 -04:00
span : 4
targets :
- target : stats.gauges.mosquitto.bytes_sent
2017-04-27 11:14:31 -04:00
- target : stats.gauges.mosquitto.bytes_recieved
2017-04-20 15:21:09 -04:00
type : graph