MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / captureHistogram

Method captureHistogram

src/IMetric.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 captureMetric(metricName, metricValue, IMetricType::METER);
57}
58void IMetricReporter::captureHistogram(const char* metricName, int64_t metricValue) {
59 captureMetric(metricName, metricValue, IMetricType::HISTOGRAMS);
60}

Calls

no outgoing calls

Tested by

no test coverage detected