a494d238b0
The infra-manual publishes now to docs.opendev.org, change links to it. New location is: https://docs.opendev.org/opendev/infra-manual/latest/ Link specs.o.o contributors link to OpenStack Contributor Guide. Change http to https for docs.o.o and specs.o.o everywhere. Depends-On: https://review.opendev.org/713929 Needed-By: https://review.opendev.org/713930 Change-Id: I46bf9e9527941f2120de59fdbc355337f4c019c1
62 lines
2.0 KiB
YAML
62 lines
2.0 KiB
YAML
dashboard:
|
|
title: Mosquitto Status
|
|
rows:
|
|
- title: Description
|
|
height: 100px
|
|
panels:
|
|
- title: Description
|
|
content: |
|
|
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
|
|
|
|
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).
|
|
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:
|
|
- title: Message Rates (messages / minute)
|
|
span: 4
|
|
stack: true
|
|
tooltip:
|
|
value_type: individual
|
|
targets:
|
|
- target: alias(stats.gauges.mosquitto.messages_sent, 'Messages Sent')
|
|
- target: alias(stats.gauges.mosquitto.messages_recieved, 'Messages Received')
|
|
- target: alias(stats.gauges.mosquitto.messages_dropped, 'Messages Dropped')
|
|
seriesOverrides:
|
|
- alias: Max
|
|
stack: False
|
|
type: graph
|
|
- title: Heap Size (Bytes)
|
|
span: 4
|
|
targets:
|
|
- target: stats.gauges.mosquitto.heap_size
|
|
type: graph
|
|
- title: Data Transfered (bytes / minute)
|
|
span: 4
|
|
targets:
|
|
- target: stats.gauges.mosquitto.bytes_sent
|
|
- target: stats.gauges.mosquitto.bytes_recieved
|
|
type: graph
|