We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26ade2 commit 1d18b34Copy full SHA for 1d18b34
common/metrics/config.go
@@ -49,8 +49,6 @@ var HistogramMigrationMetrics = map[string]struct{}{
49
50
// Replication tasks lag/returned/diff (replication task-ack path).
51
// Dual-emitted as timer + histogram.
52
- "replication_tasks_lag": {},
53
- "replication_tasks_lag_ns": {},
54
"replication_tasks_returned": {},
55
"replication_tasks_returned_counts": {},
56
"replication_tasks_returned_diff": {},
0 commit comments