Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Namespace defines the namespace for the defines metrics. Namespace = "ocis" // Subsystem defines the subsystem for the defines metrics. Subsystem = "ocis-eosprojects" )
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct { BuildInfo *prometheus.GaugeVec Counter *prometheus.CounterVec Latency *prometheus.SummaryVec Duration *prometheus.HistogramVec }
Metrics defines the available metrics of this service.
Click to show internal directories.
Click to hide internal directories.