Documentation ¶ Index ¶ Variables type Metrics func New() *Metrics 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 = "web" ) Functions ¶ This section is empty. Types ¶ type Metrics ¶ type Metrics struct { } Metrics defines the available metrics of this service. func New ¶ func New() *Metrics New initializes the available metrics. Source Files ¶ View all Source files metrics.go Click to show internal directories. Click to hide internal directories.