package metrics
import "github.com/docker/distribution/metrics"
Index ¶
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) )
Source Files ¶
- Version
- v2.7.0-rc.0+incompatible
- Published
- Sep 28, 2018
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 16 minutes ago –
Tools for package owners.