package
1.1.2
Repository: https://github.com/envoyproxy/gateway.git
Documentation: pkg.go.dev

# Functions

Init initializes and registers the global metrics server.
NewCounter creates a new Counter Metric (the values will be cumulative).
NewGauge creates a new Gauge Metric.
NewHistogram creates a new Metric with an aggregation type of Histogram.
NewLabel will attempt to create a new Label.
WithUnit provides configuration options for a new Metric, providing unit of measure information for a new Metric.

# Constants

Predefined units for use with the metrics package.
No description provided by the author
No description provided by the author
No description provided by the author
Predefined units for use with the metrics package.
Predefined units for use with the metrics package.
No description provided by the author
No description provided by the author
Predefined units for use with the metrics package.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A Label provides a named dimension for a Metric.
A LabelValue represents a Label with a specific value.
Metadata records a metric's metadata.
No description provided by the author

# Type aliases

MetricOption encode changes to the options passed to a Metric at creation time.
MetricType is the type of a metric.
Unit encodes the standard name for describing the quantity measured by a Metric (if applicable).