server package - sigs.k8s.io/controller-runtime/pkg/metrics/server - Go Packages (original) (raw)
Package server provides the metrics server implementation.
This section is empty.
DefaultBindAddress is the default bind address for the metrics server.
This section is empty.
Filter is a func that is added around metrics and extra handlers on the metrics server.
Options are all available options for the metrics.Server
Server is a server that serves metrics.
NewServer constructs a new metrics.Server from the provided options.