Skip to content

Outdated documentation

You are reading outdated documentation. This page documents ChirpStack v3. ChirpStack v4 is the latest version.

Prometheus

ChirpStack Gateway Bridge provides a Prometheus metrics endpoint for monitoring the performance of the ChirpStack Gateway Bridge service. Please refer to the Prometheus website for more information on setting up and using Prometheus.

Configuration

Please refer to the Configuration documentation.

Metrics

Go runtime metrics

These metrics are prefixed with go_ and provide general information about the process like:

  • Garbage-collector statistics
  • Memory usage
  • Go go-routines

MQTT integration metrics

These metrics are prefixed with integration_mqtt_ and provide:

  • The number of gateway events published by the MQTT integration
  • The number of commands received by the MQTT integration
  • The number of times the integration connected to the MQTT broker
  • The number of times the integration disconnected from the MQTT broker
  • The number of times the integration reconnected to the MQTT broker

Backends

Please refer to one of the ackends for the provided metrics per backend.