We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabdbcc commit d8f47d3Copy full SHA for d8f47d3
lib/queuePopulator/QueuePopulator.js
@@ -23,6 +23,10 @@ const {
23
startCircuitBreakerMetricsExport,
24
} = require('../CircuitBreaker');
25
26
+// origin is the name of the workflow that triggered the processing
27
+// of the log entries. The label can include multiple values when
28
+// the queue populator is shared between multiple workflows (e.g.
29
+// replication, lifecycle, notification).
30
const metricLabels = ['origin', 'logName', 'logId'];
31
32
/**
0 commit comments