-
Bug
-
Resolution: Done
-
Critical
-
RHDG 8.1 GA, RHDG 8.2 GA
-
None
-
None
-
False
-
False
-
-
-
-
-
-
CR2
-
Undefined
-
-
- Deploy DG 8.1 in k8s via the operator and configure a ServiceMonitor to consume the DG metrics.
- Add a cache and gradually increase the number of entries until perf deteriorates
-
The `/metrics` endpoint exposes Infinispan stats so that they can be periodically scraped by monitoring tools such as Prometheus. However, these stats include calls to `size` which does not perform well as the number of entries in a cache increase. Consequently, if deploying DG in a k8 environment with Prometheus monitoring the DG cluster performance rapidly declines as the number of entries in a cache increases due to time /resources spent iterating the cache container.
This problem is only exasperated when muiltiple caches exist with many entries exist.
- is cloned by
-
ISPN-12607 Metrics degrade cluster performance
- Closed