Skip to content

Commit

Permalink
fix: add to summary register to init
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor committed Jan 19, 2022
1 parent c2d62d3 commit a28b58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var (
func init() {
prometheus.MustRegister(k8sNormalEvents)
prometheus.MustRegister(k8sWarningEvents)
prometheus.MustRegister(k8sSummaryEvents)
}

// IncSummaryEvent parses and increases an event counter with corresponding labels.
Expand Down

0 comments on commit a28b58f

Please sign in to comment.