Skip to content

Commit

Permalink
forgot to register the new metric
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <edward.welch@grafana.com>
  • Loading branch information
slim-bean committed Dec 12, 2019
1 parent 5aa82ba commit 591905e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ingester/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var (
func init() {
prometheus.MustRegister(chunksCreatedTotal)
prometheus.MustRegister(samplesPerChunk)
prometheus.MustRegister(blocksPerChunk)
}

type stream struct {
Expand Down

0 comments on commit 591905e

Please sign in to comment.