···1111 Help: "The total number of events received",
1212}, []string{"pds"})
13131414-var EventsWarningsCounter = promauto.NewCounterVec(prometheus.CounterOpts{
1414+var eventsWarningsCounter = promauto.NewCounterVec(prometheus.CounterOpts{
1515 Name: "events_warn_counter",
1616 Help: "Events received with warnings",
1717}, []string{"pds", "warn"})