Class CachingGraphiteClient
java.lang.Object
pl.allegro.tech.hermes.management.infrastructure.graphite.CachingGraphiteClient
- All Implemented Interfaces:
GraphiteClient
-
Constructor Summary
ConstructorsConstructorDescriptionCachingGraphiteClient(GraphiteClient underlyingGraphiteClient, com.google.common.base.Ticker ticker, long cacheTtlInSeconds, long cacheSize) -
Method Summary
-
Constructor Details
-
CachingGraphiteClient
public CachingGraphiteClient(GraphiteClient underlyingGraphiteClient, com.google.common.base.Ticker ticker, long cacheTtlInSeconds, long cacheSize)
-
-
Method Details
-
readMetrics
- Specified by:
readMetricsin interfaceGraphiteClient
-