Class CachingPrometheusClient
java.lang.Object
pl.allegro.tech.hermes.management.infrastructure.prometheus.CachingPrometheusClient
- All Implemented Interfaces:
PrometheusClient
-
Constructor Summary
ConstructorsConstructorDescriptionCachingPrometheusClient(PrometheusClient underlyingPrometheusClient, com.google.common.base.Ticker ticker, long cacheTtlInSeconds, long cacheSize) -
Method Summary
-
Constructor Details
-
CachingPrometheusClient
public CachingPrometheusClient(PrometheusClient underlyingPrometheusClient, com.google.common.base.Ticker ticker, long cacheTtlInSeconds, long cacheSize)
-
-
Method Details
-
readMetrics
- Specified by:
readMetricsin interfacePrometheusClient
-