-
Bug
-
Resolution: Done
-
Major
-
11.0.8.Final, 12.0.0.Final
-
None
-
None
-
- 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
-
-
Undefined
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.
- clones
-
JDG-4270 Metrics degrade cluster performance
- Closed
- is related to
-
ISPN-13709 Report approximate size when accurate size is disabled
- Code Review
-
ISPN-13378 Default to not calculating cache sizes in metrics
- Closed
-
ISPN-13421 Add approximate size metrics
- Closed
- relates to
-
ISPN-12834 Metrics degrade cluster performance when RocksDB is used
- New