...

Package metrics

import "github.com/docker/distribution/metrics"
Overview
Index

Overview ▾

Index ▾

Package files

prometheus.go

Constants

const (
    // NamespacePrefix is the namespace of prometheus metrics
    NamespacePrefix = "registry"
)

Variables

var (
    // StorageNamespace is the prometheus namespace of blob/cache related operations
    StorageNamespace = metrics.NewNamespace(NamespacePrefix, "storage", nil)
)