From 1fa9b44bf911d25912304b7cec2efab412c65c82 Mon Sep 17 00:00:00 2001 From: Robert Drake Date: Thu, 25 Sep 2025 14:14:35 -0400 Subject: [PATCH] Cache isn't planned to be added to METRICS_ENABLED, add a note referencing the issue. --- Monitoring.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Monitoring.md b/Monitoring.md index 823fe7b..b31a88a 100644 --- a/Monitoring.md +++ b/Monitoring.md @@ -140,7 +140,6 @@ For more information see the [_importing a dashboard_ and _discover dashboards o https://grafana.com/grafana/dashboards/17658-django/ works well with django-prometheus. It needs "app: 'netbox'" assigned in the labels which I have added to the example prometheus.yml above. -The "Cache Hit Ratio" does not work because netbox is not exposing it's cache information through django. I'm not sure if this is intentional or an oversite, but fixing the netbox settings.py file is an option if the django-prometheus caching is compatible. - +The "Cache Hit Ratio" does not work because netbox is not exposing it's cache information through django. According to (https://github.com/netbox-community/netbox/issues/13349) nothing is really cached directly, so they don't plan to add these.