Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 39a8593

Browse files
authored
Correctly register replication factor metric (#671)
1 parent c481f82 commit 39a8593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/distributor/metrics.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func newMetrics(reg prometheus.Registerer) *metrics {
7979
m.receivedSamples,
8080
m.receivedSamplesBytes,
8181
m.receivedSymbolsBytes,
82+
m.replicationFactor,
8283
)
8384
}
8485
return m

0 commit comments

Comments
 (0)