NetBox supports optionally exposing native Prometheus metrics from the application. Prometheus is a popular time series metric platform used for monitoring.
NetBox exposes metrics at the /metrics HTTP endpoint, e.g. https://netbox.local/metrics. Metric exposition can be toggled with the METRICS_ENABLED configuration setting. Metrics are exposed by default.
NetBox makes use of the django-prometheus library to export a number of different types of metrics, including:
For the exhaustive list of exposed metrics, visit the /metrics endpoint on your NetBox instance.