Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorsTotal = prometheus.NewCounterVec( prometheus.CounterOpts{ Namespace: "atomic", Name: "errors_total", Help: "Number of errors", }, []string{"subscription", "reason"}, ) NotificationsTotal = prometheus.NewCounterVec( prometheus.CounterOpts{ Namespace: "atomic", Name: "notifications_total", Help: "Number of notifications", }, []string{"subscription"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.