Class StatisticsCache
- java.lang.Object
-
- rocks.inspectit.opencensus.influx.StatisticsCache
-
public class StatisticsCache extends java.lang.ObjectThis cache is responsible for calculate the change of a metric and keep track of the last values.
-
-
Constructor Summary
Constructors Constructor Description StatisticsCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.NumbergetDifference(java.lang.String measurementName, java.lang.String fieldName, java.util.Map<java.lang.String,java.lang.String> tags, java.lang.Number value)
-