Cache isn't planned to be added to METRICS_ENABLED, add a note referencing the issue.

Robert Drake 2025-09-25 14:14:35 -04:00
parent a052368eaf
commit 1fa9b44bf9

@ -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.