We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44103ab commit e3b32d0Copy full SHA for e3b32d0
1 file changed
engine/internal/srv/metrics/collector.go
@@ -391,6 +391,7 @@ func (c *Collector) collectBranchMetrics() {
391
392
for branchName, snapshotID := range branches {
393
c.metrics.BranchInfo.WithLabelValues(branchName, poolName, snapshotID).Set(1)
394
+
395
totalBranches++
396
}
397
0 commit comments