Documentation ¶
Index ¶
- Constants
- Variables
- func BuildFQName(namespace, subsystem, name string) string
- func ExponentialBuckets(start, factor float64, count int) []float64
- func HandlerFor(reg Gatherer, opts HandlerOpts) http.Handler
- func HandlerWithReset(reg KubeRegistry, opts HandlerOpts) http.Handler
- func LinearBuckets(start, width float64, count int) []float64
- func RegisterBuildInfo(r KubeRegistry)
- func RegisterProcessStartTime(registrationFunc func(Registerable) error) error
- func SetShowHidden()
- func ShouldShowHidden() bool
- func ValidateShowHiddenMetricsVersion(v string) []error
- type BaseStableCollector
- func (bsc *BaseStableCollector) ClearState()
- func (bsc *BaseStableCollector) Collect(ch chan<- prometheus.Metric)
- func (bsc *BaseStableCollector) CollectWithStability(ch chan<- Metric)
- func (bsc *BaseStableCollector) Create(version *semver.Version, self StableCollector) bool
- func (bsc *BaseStableCollector) Describe(ch chan<- *prometheus.Desc)
- func (bsc *BaseStableCollector) DescribeWithStability(ch chan<- *Desc)
- func (bsc *BaseStableCollector) HiddenMetrics() (fqNames []string)
- type Collector
- type Counter
- func (r *Counter) ClearState()
- func (c *Counter) Collect(ch chan<- prometheus.Metric)
- func (r *Counter) Create(version *semver.Version) bool
- func (c *Counter) DeprecatedVersion() *semver.Version
- func (c *Counter) Describe(ch chan<- *prometheus.Desc)
- func (r *Counter) FQName() string
- func (r *Counter) IsCreated() bool
- func (r *Counter) IsDeprecated() bool
- func (r *Counter) IsHidden() bool
- func (c *Counter) Reset()
- type CounterMetric
- type CounterOpts
- type CounterVec
- func (r *CounterVec) ClearState()
- func (r *CounterVec) Create(version *semver.Version) bool
- func (v *CounterVec) Delete(labels map[string]string) bool
- func (v *CounterVec) DeprecatedVersion() *semver.Version
- func (r *CounterVec) FQName() string
- func (r *CounterVec) IsCreated() bool
- func (r *CounterVec) IsDeprecated() bool
- func (r *CounterVec) IsHidden() bool
- func (v *CounterVec) Reset()
- func (v *CounterVec) With(labels map[string]string) CounterMetric
- func (v *CounterVec) WithLabelValues(lvs ...string) CounterMetric
- type CounterVecMetric
- type Desc
- type Gatherer
- type Gauge
- func (r *Gauge) ClearState()
- func (c *Gauge) Collect(ch chan<- prometheus.Metric)
- func (r *Gauge) Create(version *semver.Version) bool
- func (g *Gauge) DeprecatedVersion() *semver.Version
- func (c *Gauge) Describe(ch chan<- *prometheus.Desc)
- func (r *Gauge) FQName() string
- func (r *Gauge) IsCreated() bool
- func (r *Gauge) IsDeprecated() bool
- func (r *Gauge) IsHidden() bool
- type GaugeFunc
- type GaugeMetric
- type GaugeOpts
- type GaugeVec
- func (r *GaugeVec) ClearState()
- func (r *GaugeVec) Create(version *semver.Version) bool
- func (v *GaugeVec) Delete(labels map[string]string) bool
- func (v *GaugeVec) DeprecatedVersion() *semver.Version
- func (r *GaugeVec) FQName() string
- func (r *GaugeVec) IsCreated() bool
- func (r *GaugeVec) IsDeprecated() bool
- func (r *GaugeVec) IsHidden() bool
- func (v *GaugeVec) Reset()
- func (v *GaugeVec) With(labels map[string]string) GaugeMetric
- func (v *GaugeVec) WithLabelValues(lvs ...string) GaugeMetric
- type HandlerOpts
- type Histogram
- func (r *Histogram) ClearState()
- func (c *Histogram) Collect(ch chan<- prometheus.Metric)
- func (r *Histogram) Create(version *semver.Version) bool
- func (h *Histogram) DeprecatedVersion() *semver.Version
- func (c *Histogram) Describe(ch chan<- *prometheus.Desc)
- func (r *Histogram) FQName() string
- func (r *Histogram) IsCreated() bool
- func (r *Histogram) IsDeprecated() bool
- func (r *Histogram) IsHidden() bool
- type HistogramOpts
- type HistogramVec
- func (r *HistogramVec) ClearState()
- func (r *HistogramVec) Create(version *semver.Version) bool
- func (v *HistogramVec) Delete(labels map[string]string) bool
- func (v *HistogramVec) DeprecatedVersion() *semver.Version
- func (r *HistogramVec) FQName() string
- func (r *HistogramVec) IsCreated() bool
- func (r *HistogramVec) IsDeprecated() bool
- func (r *HistogramVec) IsHidden() bool
- func (v *HistogramVec) Reset()
- func (v *HistogramVec) With(labels map[string]string) ObserverMetric
- func (v *HistogramVec) WithLabelValues(lvs ...string) ObserverMetric
- type KubeOpts
- type KubeRegistry
- type Labels
- type Metric
- type ObserverMetric
- type Options
- type PromRegistry
- type Registerable
- type StabilityLevel
- type StableCollector
- type Summary
- func (r *Summary) ClearState()
- func (c *Summary) Collect(ch chan<- prometheus.Metric)
- func (r *Summary) Create(version *semver.Version) bool
- func (s *Summary) DeprecatedVersion() *semver.Version
- func (c *Summary) Describe(ch chan<- *prometheus.Desc)
- func (r *Summary) FQName() string
- func (r *Summary) IsCreated() bool
- func (r *Summary) IsDeprecated() bool
- func (r *Summary) IsHidden() bool
- type SummaryOpts
- type SummaryVec
- func (r *SummaryVec) ClearState()
- func (r *SummaryVec) Create(version *semver.Version) bool
- func (v *SummaryVec) Delete(labels map[string]string) bool
- func (v *SummaryVec) DeprecatedVersion() *semver.Version
- func (r *SummaryVec) FQName() string
- func (r *SummaryVec) IsCreated() bool
- func (r *SummaryVec) IsDeprecated() bool
- func (r *SummaryVec) IsHidden() bool
- func (v *SummaryVec) Reset()
- func (v *SummaryVec) With(labels map[string]string) ObserverMetric
- func (v *SummaryVec) WithLabelValues(lvs ...string) ObserverMetric
- type ValueType
Constants ¶
const ( // Serve an HTTP status code 500 upon the first error // encountered. Report the error message in the body. HTTPErrorOnError promhttp.HandlerErrorHandling = iota // Ignore errors and try to serve as many metrics as possible. However, // if no metrics can be served, serve an HTTP status code 500 and the // last error message in the body. Only use this in deliberate "best // effort" metrics collection scenarios. In this case, it is highly // recommended to provide other means of detecting errors: By setting an // ErrorLog in HandlerOpts, the errors are logged. By providing a // Registry in HandlerOpts, the exposed metrics include an error counter // "promhttp_metric_handler_errors_total", which can be used for // alerts. ContinueOnError // Panic upon the first error encountered (useful for "crash only" apps). PanicOnError )
These constants cause handlers serving metrics to behave as described if errors are encountered.
Variables ¶
BuildVersion is a helper function that can be easily mocked.
var DefBuckets = prometheus.DefBuckets
DefBuckets is a wrapper for prometheus.DefBuckets
Functions ¶
func BuildFQName ¶
BuildFQName joins the given three name components by "_". Empty name components are ignored. If the name parameter itself is empty, an empty string is returned, no matter what. Metric implementations included in this library use this function internally to generate the fully-qualified metric name from the name component in their Opts. Users of the library will only need this function if they implement their own Metric or instantiate a Desc (with NewDesc) directly.
func ExponentialBuckets ¶
ExponentialBuckets is a wrapper for prometheus.ExponentialBuckets.
func HandlerFor ¶
func HandlerFor(reg Gatherer, opts HandlerOpts) http.Handler
HandlerFor returns an uninstrumented http.Handler for the provided Gatherer. The behavior of the Handler is defined by the provided HandlerOpts. Thus, HandlerFor is useful to create http.Handlers for custom Gatherers, with non-default HandlerOpts, and/or with custom (or no) instrumentation. Use the InstrumentMetricHandler function to apply the same kind of instrumentation as it is used by the Handler function.
func HandlerWithReset ¶
func HandlerWithReset(reg KubeRegistry, opts HandlerOpts) http.Handler
HandlerWithReset return an http.Handler with Reset
func LinearBuckets ¶
LinearBuckets is a wrapper for prometheus.LinearBuckets.
func RegisterBuildInfo ¶
func RegisterBuildInfo(r KubeRegistry)
RegisterBuildInfo registers the build and version info in a metadata metric in prometheus
func RegisterProcessStartTime ¶
func RegisterProcessStartTime(registrationFunc func(Registerable) error) error
RegisterProcessStartTime registers the process_start_time_seconds to a prometheus registry. This metric needs to be included to ensure counter data fidelity.
func SetShowHidden ¶
func SetShowHidden()
SetShowHidden will enable showing hidden metrics. This will no-opt after the initial call
Types ¶
type BaseStableCollector ¶
type BaseStableCollector struct {
// contains filtered or unexported fields
}
BaseStableCollector which implements almost all of the methods defined by StableCollector is a convenient assistant for custom collectors. It is recommend that inherit BaseStableCollector when implementing custom collectors.
func (*BaseStableCollector) ClearState ¶
func (bsc *BaseStableCollector) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*BaseStableCollector) Collect ¶
func (bsc *BaseStableCollector) Collect(ch chan<- prometheus.Metric)
Collect is called by the Prometheus registry when collecting metrics.
func (*BaseStableCollector) CollectWithStability ¶
func (bsc *BaseStableCollector) CollectWithStability(ch chan<- Metric)
CollectWithStability sends all metrics to the provided channel. Every custom collector should over-write this method.
func (*BaseStableCollector) Create ¶
func (bsc *BaseStableCollector) Create(version *semver.Version, self StableCollector) bool
Create intends to be called by registry. Create will return true as long as there is one or more metrics not be hidden. Otherwise return false, that means the whole collector will be ignored by registry.
func (*BaseStableCollector) Describe ¶
func (bsc *BaseStableCollector) Describe(ch chan<- *prometheus.Desc)
Describe sends all descriptors to the provided channel. It intend to be called by prometheus registry.
func (*BaseStableCollector) DescribeWithStability ¶
func (bsc *BaseStableCollector) DescribeWithStability(ch chan<- *Desc)
DescribeWithStability sends all descriptors to the provided channel. Every custom collector should over-write this method.
func (*BaseStableCollector) HiddenMetrics ¶
func (bsc *BaseStableCollector) HiddenMetrics() (fqNames []string)
HiddenMetrics tells the list of hidden metrics with fqName.
type Collector ¶
type Collector interface { Describe(chan<- *prometheus.Desc) Collect(chan<- prometheus.Metric) }
Collector defines a subset of prometheus.Collector interface methods
type Counter ¶
type Counter struct { CounterMetric *CounterOpts // contains filtered or unexported fields }
Counter is our internal representation for our wrapping struct around prometheus counters. Counter implements both kubeCollector and CounterMetric.
func NewCounter ¶
func NewCounter(opts *CounterOpts) *Counter
NewCounter returns an object which satisfies the kubeCollector and CounterMetric interfaces. However, the object returned will not measure anything unless the collector is first registered, since the metric is lazily instantiated.
func (*Counter) ClearState ¶
func (r *Counter) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*Counter) Collect ¶
func (c *Counter) Collect(ch chan<- prometheus.Metric)
func (*Counter) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*Counter) DeprecatedVersion ¶
DeprecatedVersion returns a pointer to the Version or nil
func (*Counter) Describe ¶
func (c *Counter) Describe(ch chan<- *prometheus.Desc)
type CounterMetric ¶
type CounterMetric interface { Inc() Add(float64) }
CounterMetric is an interface which defines a subset of the interface provided by prometheus.Counter
type CounterOpts ¶
type CounterOpts KubeOpts
CounterOpts is an alias for Opts. See there for doc comments.
type CounterVec ¶
type CounterVec struct { *prometheus.CounterVec *CounterOpts // contains filtered or unexported fields }
CounterVec is the internal representation of our wrapping struct around prometheus counterVecs. CounterVec implements both kubeCollector and CounterVecMetric.
func NewCounterVec ¶
func NewCounterVec(opts *CounterOpts, labels []string) *CounterVec
NewCounterVec returns an object which satisfies the kubeCollector and CounterVecMetric interfaces. However, the object returned will not measure anything unless the collector is first registered, since the metric is lazily instantiated.
func (*CounterVec) ClearState ¶
func (r *CounterVec) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*CounterVec) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*CounterVec) Delete ¶
func (v *CounterVec) Delete(labels map[string]string) bool
Delete deletes the metric where the variable labels are the same as those passed in as labels. It returns true if a metric was deleted.
It is not an error if the number and names of the Labels are inconsistent with those of the VariableLabels in Desc. However, such inconsistent Labels can never match an actual metric, so the method will always return false in that case.
func (*CounterVec) DeprecatedVersion ¶
func (v *CounterVec) DeprecatedVersion() *semver.Version
DeprecatedVersion returns a pointer to the Version or nil
func (*CounterVec) FQName ¶
func (r *CounterVec) FQName() string
FQName returns the fully-qualified metric name of the collector.
func (*CounterVec) With ¶
func (v *CounterVec) With(labels map[string]string) CounterMetric
With returns the Counter for the given Labels map (the label names must match those of the VariableLabels in Desc). If that label map is accessed for the first time, a new Counter is created IFF the counterVec has been registered to a metrics registry.
func (*CounterVec) WithLabelValues ¶
func (v *CounterVec) WithLabelValues(lvs ...string) CounterMetric
WithLabelValues returns the Counter for the given slice of label values (same order as the VariableLabels in Desc). If that combination of label values is accessed for the first time, a new Counter is created IFF the counterVec has been registered to a metrics registry.
type CounterVecMetric ¶
type CounterVecMetric interface { WithLabelValues(...string) CounterMetric With(prometheus.Labels) CounterMetric }
CounterVecMetric is an interface which prometheus.CounterVec satisfies.
type Desc ¶
type Desc struct {
// contains filtered or unexported fields
}
Desc is a prometheus.Desc extension.
Use NewDesc to create new Desc instances.
func NewDesc ¶
func NewDesc(fqName string, help string, variableLabels []string, constLabels Labels, stabilityLevel StabilityLevel, deprecatedVersion string) *Desc
NewDesc extends prometheus.NewDesc with stability support.
The stabilityLevel should be valid stability label, such as "metrics.ALPHA" and "metrics.STABLE"(Maybe "metrics.BETA" in future). Default value "metrics.ALPHA" will be used in case of empty or invalid stability label.
The deprecatedVersion represents in which version this Metric be deprecated. The deprecation policy outlined by the control plane metrics stability KEP.
func (*Desc) ClearState ¶
func (d *Desc) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*Desc) DeprecatedVersion ¶
DeprecatedVersion returns a pointer to the Version or nil
func (*Desc) GetRawDesc ¶
GetRawDesc will returns a new *Desc with original parameters provided to NewDesc().
It will be useful in testing scenario that the same Desc be registered to different registry.
- Desc `D` is registered to registry 'A' in TestA (Note: `D` maybe created)
- Desc `D` is registered to registry 'B' in TestB (Note: since 'D' has been created once, thus will be ignored by registry 'B')
func (*Desc) IsCreated ¶
IsCreated returns if metric has been created.
func (*Desc) IsDeprecated ¶
IsDeprecated returns if metric has been deprecated
type Gatherer ¶
type Gatherer interface { prometheus.Gatherer }
Gatherer is the interface for the part of a registry in charge of gathering the collected metrics into a number of MetricFamilies.
type Gauge ¶
type Gauge struct { GaugeMetric *GaugeOpts // contains filtered or unexported fields }
Gauge is our internal representation for our wrapping struct around prometheus gauges. kubeGauge implements both kubeCollector and KubeGauge.
func NewGauge ¶
NewGauge returns an object which satisfies the kubeCollector and KubeGauge interfaces. However, the object returned will not measure anything unless the collector is first registered, since the metric is lazily instantiated.
func (*Gauge) ClearState ¶
func (r *Gauge) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*Gauge) Collect ¶
func (c *Gauge) Collect(ch chan<- prometheus.Metric)
func (*Gauge) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*Gauge) DeprecatedVersion ¶
DeprecatedVersion returns a pointer to the Version or nil
func (*Gauge) Describe ¶
func (c *Gauge) Describe(ch chan<- *prometheus.Desc)
type GaugeFunc ¶
GaugeFunc is a Gauge whose value is determined at collect time by calling a provided function.
To create GaugeFunc instances, use NewGaugeFunc.
func NewGaugeFunc ¶
NewGaugeFunc creates a new GaugeFunc based on the provided GaugeOpts. The value reported is determined by calling the given function from within the Write method. Take into account that metric collection may happen concurrently. If that results in concurrent calls to Write, like in the case where a GaugeFunc is directly registered with Prometheus, the provided function must be concurrency-safe.
type GaugeMetric ¶
type GaugeMetric interface { Set(float64) Inc() Dec() Add(float64) Write(out *dto.Metric) error SetToCurrentTime() }
GaugeMetric is an interface which defines a subset of the interface provided by prometheus.Gauge
type GaugeOpts ¶
type GaugeOpts KubeOpts
GaugeOpts is an alias for Opts. See there for doc comments.
type GaugeVec ¶
type GaugeVec struct { *prometheus.GaugeVec *GaugeOpts // contains filtered or unexported fields }
GaugeVec is the internal representation of our wrapping struct around prometheus gaugeVecs. kubeGaugeVec implements both kubeCollector and KubeGaugeVec.
func NewGaugeVec ¶
NewGaugeVec returns an object which satisfies the kubeCollector and KubeGaugeVec interfaces. However, the object returned will not measure anything unless the collector is first registered, since the metric is lazily instantiated.
func (*GaugeVec) ClearState ¶
func (r *GaugeVec) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*GaugeVec) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*GaugeVec) Delete ¶
Delete deletes the metric where the variable labels are the same as those passed in as labels. It returns true if a metric was deleted.
It is not an error if the number and names of the Labels are inconsistent with those of the VariableLabels in Desc. However, such inconsistent Labels can never match an actual metric, so the method will always return false in that case.
func (*GaugeVec) DeprecatedVersion ¶
DeprecatedVersion returns a pointer to the Version or nil
func (*GaugeVec) FQName ¶
func (r *GaugeVec) FQName() string
FQName returns the fully-qualified metric name of the collector.
func (*GaugeVec) With ¶
func (v *GaugeVec) With(labels map[string]string) GaugeMetric
With returns the GaugeMetric for the given Labels map (the label names must match those of the VariableLabels in Desc). If that label map is accessed for the first time, a new GaugeMetric is created IFF the gaugeVec has been registered to a metrics registry.
func (*GaugeVec) WithLabelValues ¶
func (v *GaugeVec) WithLabelValues(lvs ...string) GaugeMetric
WithLabelValues returns the GaugeMetric for the given slice of label values (same order as the VariableLabels in Desc). If that combination of label values is accessed for the first time, a new GaugeMetric is created IFF the gaugeVec has been registered to a metrics registry.
type HandlerOpts ¶
type HandlerOpts promhttp.HandlerOpts
HandlerOpts specifies options how to serve metrics via an http.Handler. The zero value of HandlerOpts is a reasonable default.
type Histogram ¶
type Histogram struct { ObserverMetric *HistogramOpts // contains filtered or unexported fields }
Histogram is our internal representation for our wrapping struct around prometheus histograms. Summary implements both kubeCollector and ObserverMetric
func NewHistogram ¶
func NewHistogram(opts *HistogramOpts) *Histogram
NewHistogram returns an object which is Histogram-like. However, nothing will be measured until the histogram is registered somewhere.
func (*Histogram) ClearState ¶
func (r *Histogram) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*Histogram) Collect ¶
func (c *Histogram) Collect(ch chan<- prometheus.Metric)
func (*Histogram) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*Histogram) DeprecatedVersion ¶
DeprecatedVersion returns a pointer to the Version or nil
func (*Histogram) Describe ¶
func (c *Histogram) Describe(ch chan<- *prometheus.Desc)
type HistogramOpts ¶
type HistogramOpts struct { Namespace string Subsystem string Name string Help string ConstLabels map[string]string Buckets []float64 DeprecatedVersion string StabilityLevel StabilityLevel // contains filtered or unexported fields }
HistogramOpts bundles the options for creating a Histogram metric. It is mandatory to set Name to a non-empty string. All other fields are optional and can safely be left at their zero value, although it is strongly encouraged to set a Help string.
type HistogramVec ¶
type HistogramVec struct { *prometheus.HistogramVec *HistogramOpts // contains filtered or unexported fields }
HistogramVec is the internal representation of our wrapping struct around prometheus histogramVecs.
func NewHistogramVec ¶
func NewHistogramVec(opts *HistogramOpts, labels []string) *HistogramVec
NewHistogramVec returns an object which satisfies kubeCollector and wraps the prometheus.HistogramVec object. However, the object returned will not measure anything unless the collector is first registered, since the metric is lazily instantiated.
func (*HistogramVec) ClearState ¶
func (r *HistogramVec) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*HistogramVec) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*HistogramVec) Delete ¶
func (v *HistogramVec) Delete(labels map[string]string) bool
Delete deletes the metric where the variable labels are the same as those passed in as labels. It returns true if a metric was deleted.
It is not an error if the number and names of the Labels are inconsistent with those of the VariableLabels in Desc. However, such inconsistent Labels can never match an actual metric, so the method will always return false in that case.
func (*HistogramVec) DeprecatedVersion ¶
func (v *HistogramVec) DeprecatedVersion() *semver.Version
DeprecatedVersion returns a pointer to the Version or nil
func (*HistogramVec) FQName ¶
func (r *HistogramVec) FQName() string
FQName returns the fully-qualified metric name of the collector.
func (*HistogramVec) Reset ¶
func (v *HistogramVec) Reset()
Reset deletes all metrics in this vector.
func (*HistogramVec) With ¶
func (v *HistogramVec) With(labels map[string]string) ObserverMetric
With returns the ObserverMetric for the given Labels map (the label names must match those of the VariableLabels in Desc). If that label map is accessed for the first time, a new ObserverMetric is created IFF the HistogramVec has been registered to a metrics registry.
func (*HistogramVec) WithLabelValues ¶
func (v *HistogramVec) WithLabelValues(lvs ...string) ObserverMetric
WithLabelValues returns the ObserverMetric for the given slice of label values (same order as the VariableLabels in Desc). If that combination of label values is accessed for the first time, a new ObserverMetric is created IFF the HistogramVec has been registered to a metrics registry.
type KubeOpts ¶
type KubeOpts struct { Namespace string Subsystem string Name string Help string ConstLabels map[string]string DeprecatedVersion string StabilityLevel StabilityLevel // contains filtered or unexported fields }
KubeOpts is superset struct for prometheus.Opts. The prometheus Opts structure is purposefully not embedded here because that would change struct initialization in the manner which people are currently accustomed.
Name must be set to a non-empty string. DeprecatedVersion is defined only if the metric for which this options applies is, in fact, deprecated.
type KubeRegistry ¶
type KubeRegistry interface { // Deprecated RawMustRegister(...prometheus.Collector) // CustomRegister is our internal variant of Prometheus registry.Register CustomRegister(c StableCollector) error // CustomMustRegister is our internal variant of Prometheus registry.MustRegister CustomMustRegister(cs ...StableCollector) // Register conforms to Prometheus registry.Register Register(Registerable) error // MustRegister conforms to Prometheus registry.MustRegister MustRegister(...Registerable) // Unregister conforms to Prometheus registry.Unregister Unregister(collector Collector) bool // Gather conforms to Prometheus gatherer.Gather Gather() ([]*dto.MetricFamily, error) // Reset invokes the Reset() function on all items in the registry // which are added as resettables. Reset() }
KubeRegistry is an interface which implements a subset of prometheus.Registerer and prometheus.Gatherer interfaces
func NewKubeRegistry ¶
func NewKubeRegistry() KubeRegistry
NewKubeRegistry creates a new vanilla Registry without any Collectors pre-registered.
type Labels ¶
type Labels prometheus.Labels
Labels represents a collection of label name -> value mappings.
type Metric ¶
type Metric interface { Desc() *prometheus.Desc Write(*dto.Metric) error }
Metric defines a subset of prometheus.Metric interface methods
type ObserverMetric ¶
type ObserverMetric interface {
Observe(float64)
}
ObserverMetric captures individual observations.
type Options ¶
type Options struct {
ShowHiddenMetricsForVersion string
}
Options has all parameters needed for exposing metrics from components
func (*Options) AddFlags ¶
AddFlags adds flags for exposing component metrics.
type PromRegistry ¶
type PromRegistry interface { Register(prometheus.Collector) error MustRegister(...prometheus.Collector) Unregister(prometheus.Collector) bool Gather() ([]*dto.MetricFamily, error) }
PromRegistry is an interface which implements a subset of prometheus.Registerer and prometheus.Gatherer interfaces
type Registerable ¶
type Registerable interface { prometheus.Collector // Create will mark deprecated state for the collector Create(version *semver.Version) bool // ClearState will clear all the states marked by Create. ClearState() // FQName returns the fully-qualified metric name of the collector. FQName() string }
Registerable is an interface for a collector metric which we will register with KubeRegistry.
type StabilityLevel ¶
type StabilityLevel string
StabilityLevel represents the API guarantees for a given defined metric.
const ( // ALPHA metrics have no stability guarantees, as such, labels may // be arbitrarily added/removed and the metric may be deleted at any time. ALPHA StabilityLevel = "ALPHA" // STABLE metrics are guaranteed not be mutated and removal is governed by // the deprecation policy outlined in by the control plane metrics stability KEP. STABLE StabilityLevel = "STABLE" )
type StableCollector ¶
type StableCollector interface { prometheus.Collector // DescribeWithStability sends the super-set of all possible metrics.Desc collected // by this StableCollector to the provided channel. DescribeWithStability(chan<- *Desc) // CollectWithStability sends each collected metrics.Metric via the provide channel. CollectWithStability(chan<- Metric) // Create will initialize all Desc and it intends to be called by registry. Create(version *semver.Version, self StableCollector) bool // ClearState will clear all the states marked by Create. ClearState() // HiddenMetrics tells the list of hidden metrics with fqName. HiddenMetrics() []string }
StableCollector extends the prometheus.Collector interface to allow customization of the metric registration process, it's especially intend to be used in scenario of custom collector.
type Summary ¶
type Summary struct { ObserverMetric *SummaryOpts // contains filtered or unexported fields }
Summary is our internal representation for our wrapping struct around prometheus summaries. Summary implements both kubeCollector and ObserverMetric
DEPRECATED: as per the metrics overhaul KEP
func NewSummary ¶
func NewSummary(opts *SummaryOpts) *Summary
NewSummary returns an object which is Summary-like. However, nothing will be measured until the summary is registered somewhere.
DEPRECATED: as per the metrics overhaul KEP
func (*Summary) ClearState ¶
func (r *Summary) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*Summary) Collect ¶
func (c *Summary) Collect(ch chan<- prometheus.Metric)
func (*Summary) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*Summary) DeprecatedVersion ¶
DeprecatedVersion returns a pointer to the Version or nil
func (*Summary) Describe ¶
func (c *Summary) Describe(ch chan<- *prometheus.Desc)
type SummaryOpts ¶
type SummaryOpts struct { Namespace string Subsystem string Name string Help string ConstLabels map[string]string Objectives map[float64]float64 MaxAge time.Duration AgeBuckets uint32 BufCap uint32 DeprecatedVersion string StabilityLevel StabilityLevel // contains filtered or unexported fields }
SummaryOpts bundles the options for creating a Summary metric. It is mandatory to set Name to a non-empty string. While all other fields are optional and can safely be left at their zero value, it is recommended to set a help string and to explicitly set the Objectives field to the desired value as the default value will change in the upcoming v0.10 of the library.
type SummaryVec ¶
type SummaryVec struct { *prometheus.SummaryVec *SummaryOpts // contains filtered or unexported fields }
SummaryVec is the internal representation of our wrapping struct around prometheus summaryVecs.
DEPRECATED: as per the metrics overhaul KEP
func NewSummaryVec ¶
func NewSummaryVec(opts *SummaryOpts, labels []string) *SummaryVec
NewSummaryVec returns an object which satisfies kubeCollector and wraps the prometheus.SummaryVec object. However, the object returned will not measure anything unless the collector is first registered, since the metric is lazily instantiated.
DEPRECATED: as per the metrics overhaul KEP
func (*SummaryVec) ClearState ¶
func (r *SummaryVec) ClearState()
ClearState will clear all the states marked by Create. It intends to be used for re-register a hidden metric.
func (*SummaryVec) Create ¶
Create forces the initialization of metric which has been deferred until the point at which this method is invoked. This method will determine whether the metric is deprecated or hidden, no-opting if the metric should be considered hidden. Furthermore, this function no-opts and returns true if metric is already created.
func (*SummaryVec) Delete ¶
func (v *SummaryVec) Delete(labels map[string]string) bool
Delete deletes the metric where the variable labels are the same as those passed in as labels. It returns true if a metric was deleted.
It is not an error if the number and names of the Labels are inconsistent with those of the VariableLabels in Desc. However, such inconsistent Labels can never match an actual metric, so the method will always return false in that case.
func (*SummaryVec) DeprecatedVersion ¶
func (v *SummaryVec) DeprecatedVersion() *semver.Version
DeprecatedVersion returns a pointer to the Version or nil
func (*SummaryVec) FQName ¶
func (r *SummaryVec) FQName() string
FQName returns the fully-qualified metric name of the collector.
func (*SummaryVec) With ¶
func (v *SummaryVec) With(labels map[string]string) ObserverMetric
With returns the ObserverMetric for the given Labels map (the label names must match those of the VariableLabels in Desc). If that label map is accessed for the first time, a new ObserverMetric is created IFF the summaryVec has been registered to a metrics registry.
func (*SummaryVec) WithLabelValues ¶
func (v *SummaryVec) WithLabelValues(lvs ...string) ObserverMetric
WithLabelValues returns the ObserverMetric for the given slice of label values (same order as the VariableLabels in Desc). If that combination of label values is accessed for the first time, a new ObserverMetric is created IFF the summaryVec has been registered to a metrics registry.