Class MetricCache
java.lang.Object
org.nanonative.nano.services.metric.model.MetricCache
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongcounterIncrement(String name) counterIncrement(String name, Map<String, String> tags) counters()doubledoublegauges()generateUniqueKey(String name, Map<String, String> tags) influx()sanitizeMetricName(String name) Map<String, MetricCache.Metric<? extends Number>> sorted()longlongtimers()timerStart(String name) timerStart(String name, Map<String, String> tags) toString()
-
Constructor Details
-
MetricCache
public MetricCache()
-
-
Method Details