1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove cacheops workarounds & queryset caching metrics

This commit is contained in:
jeremystretch
2021-07-07 17:15:42 -04:00
parent f683f0786e
commit b6ec1d9aa7
4 changed files with 1 additions and 31 deletions

View File

@@ -6,6 +6,7 @@
* The default CSV export format for all objects now includes all available data. Additionally, the CSV headers now use human-friendly titles rather than the raw field names.
* Support for queryset caching configuration (`caching_config`) has been removed from the plugins API (see [#6639](https://github.com/netbox-community/netbox/issues/6639)).
* The `cacheops_*` metrics have been removed from the Prometheus exporter (see [#6639](https://github.com/netbox-community/netbox/issues/6639)).
### New Features