Closes #19965: Expand Prometheus metrics (#19966)

This commit is contained in:
Jeremy Stretch
2025-07-31 16:27:50 -04:00
committed by GitHub
parent 9a2fab1d48
commit ae55eed98f
5 changed files with 81 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ NetBox makes use of the [django-prometheus](https://github.com/korfuri/django-pr
- Per model insert, update, and delete counters
- Per view request counters
- Per view request latency histograms
- REST API requests (by endpoint & method)
- GraphQL API requests
- Request body size histograms
- Response body size histograms
- Response code counters