We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e663a commit 94f4f2cCopy full SHA for 94f4f2c
common/metrics/config.go
@@ -41,6 +41,11 @@ func (h *HistogramMigration) UnmarshalYAML(read func(any) error) error {
41
// This is likely best done in an `init` func, to ensure it happens early enough
42
// and does not race with config reading.
43
var HistogramMigrationMetrics = map[string]struct{}{
44
+ // History task generation latency (replication task-ack path).
45
+ // Dual-emitted as timer + histogram.
46
+ "task_latency": {},
47
+ "task_latency_ns": {},
48
+
49
"task_latency_processing": {},
50
"task_latency_processing_ns": {},
51
0 commit comments