public class ConcurrentMetricCounters extends Object
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<CounterMetric,Integer> |
getAndReset() |
static ConcurrentMetricCounters |
getInstance() |
void |
increment(String name,
String hostname,
Map<String,Set<String>> tags) |
public static ConcurrentMetricCounters getInstance()
public ConcurrentMap<CounterMetric,Integer> getAndReset()
Copyright © 2016–2023. All rights reserved.