MCPcopy Create free account
hub / github.com/apache/impala / AddCounter

Method AddCounter

be/src/util/metrics.h:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 IntCounter* AddCounter(const std::string& key, const int64_t value,
424 const std::string& metric_def_arg = "") {
425 return RegisterMetric(new IntCounter(MetricDefs::Get(key, metric_def_arg), value));
426 }
427
428 AtomicHighWaterMarkGauge* AddHWMGauge(const std::string& key_hwm,
429 const std::string& key_curent_value, const int64_t value,

Callers 15

StatestoreStubMethod · 0.80
StatestoreMethod · 0.80
SchedulerMethod · 0.80
AdmissionControllerMethod · 0.80
InitMetricsMethod · 0.80
InitMetricsMethod · 0.80
InitMethod · 0.80
ThriftServerMethod · 0.80
KrpcDataStreamMgrMethod · 0.80
TupleCacheMgrMethod · 0.80
RegisterMetricsMethod · 0.80

Calls

no outgoing calls

Tested by 4

StatestoreStubMethod · 0.64
StatestoreMethod · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64