From 3ae4e18f8e2c1f92056efdba89e0726df1b14eed Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Jul 2025 15:47:49 -0400 Subject: [PATCH] Update docs --- docs/integrations/prometheus-metrics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/prometheus-metrics.md b/docs/integrations/prometheus-metrics.md index 006ff16a4..3f0e0ebda 100644 --- a/docs/integrations/prometheus-metrics.md +++ b/docs/integrations/prometheus-metrics.md @@ -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