Skip to content

Commit d8f47d3

Browse files
author
Kerkesni
committed
document the "origin" label in queue populator metrics
Issue: BB-527
1 parent eabdbcc commit d8f47d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/queuePopulator/QueuePopulator.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ const {
2323
startCircuitBreakerMetricsExport,
2424
} = require('../CircuitBreaker');
2525

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).
2630
const metricLabels = ['origin', 'logName', 'logId'];
2731

2832
/**

0 commit comments

Comments
 (0)