Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dianping/cat
/ logMetricForCount
Method
logMetricForCount
lib/java/src/main/java/com/dianping/cat/Cat.java:459–461 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
457
}
458
459
public
static
void
logMetricForCount(String name) {
460
logMetricForCount(name, null);
461
}
462
463
public
static
void
logMetricForCount(String name,
int
quantity) {
464
logMetricForCount(name, quantity, null);
Callers
3
metric
Method · 0.95
log_metric_for_count
Method · 0.45
LogMetricForCount
Function · 0.45
Calls
5
isEnabled
Method · 0.95
checkAndInitialize
Method · 0.95
getInstance
Method · 0.95
errorHandler
Method · 0.95
addCountMetric
Method · 0.80
Tested by
1
metric
Method · 0.76