Documentation ¶
Index ¶
- func Start(stopCh <-chan struct{})
- func WithLabelValuesCounter(c *kmon_prometheus.CounterVec, lvs ...string) kmon_prometheus.Counter
- func WithLabelValuesCounter0(c *prometheus.CounterVec, lvs ...string) prometheus.Counter
- func WithLabelValuesGauge(c *kmon_prometheus.GaugeVec, lvs ...string) kmon_prometheus.Gauge
- func WithLabelValuesGauge0(c *prometheus.GaugeVec, lvs ...string) prometheus.Gauge
- func WithLabelValuesSummary(c *kmon_prometheus.SummaryVec, lvs ...string) kmon_prometheus.Observer
- func WithLabelValuesSummary0(c *prometheus.SummaryVec, lvs ...string) prometheus.Observer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithLabelValuesCounter ¶
func WithLabelValuesCounter(c *kmon_prometheus.CounterVec, lvs ...string) kmon_prometheus.Counter
WithLabelValuesCounter touch a metric and return a Counter
func WithLabelValuesCounter0 ¶
func WithLabelValuesCounter0(c *prometheus.CounterVec, lvs ...string) prometheus.Counter
WithLabelValuesCounter0 touch a metric and return a Counter
func WithLabelValuesGauge ¶
func WithLabelValuesGauge(c *kmon_prometheus.GaugeVec, lvs ...string) kmon_prometheus.Gauge
WithLabelValuesGauge touch a metric and return a Gauge
func WithLabelValuesGauge0 ¶
func WithLabelValuesGauge0(c *prometheus.GaugeVec, lvs ...string) prometheus.Gauge
WithLabelValuesGauge0 touch a metric and return a Gauge
func WithLabelValuesSummary ¶
func WithLabelValuesSummary(c *kmon_prometheus.SummaryVec, lvs ...string) kmon_prometheus.Observer
WithLabelValuesSummary touch a metric and return an Observer
func WithLabelValuesSummary0 ¶
func WithLabelValuesSummary0(c *prometheus.SummaryVec, lvs ...string) prometheus.Observer
WithLabelValuesSummary0 touch a metric and return an Observer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.