We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef9859 commit 29daf5dCopy full SHA for 29daf5d
1 file changed
README.md
@@ -50,7 +50,7 @@ The caching logic is based on the following principles:
50
- The cache will use a LRU (Least Recently Used) strategy to evict old entries when the cache size exceeds `CACHE_SIZE`.
51
52
53
-# Service discovery (since v0.2.0)
+# Service discovery
54
The web_proxy_cache can be used with http based service discovery in Prometheus. The service discovery can in principle
55
be used for any api call for the netbox api, but the exporter is designed to work with the
56
`/dcim/devices/` endpoint where the filter return a hugh amount of entries.
0 commit comments