# Packages

No description provided by the author

# Functions

GetFloat64Metric finds the metric matching provided name and labels.
No description provided by the author
NewFloat64Metric create a Float64Metric metrics, returns nil when viewName is empty.
NewInt64Metric create a Int64Metric metric, returns nil when viewName is empty.
ParsePrometheusMetrics parses Prometheus formatted metrics into metrics under Float64MetricRepresentation.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LastValue means last measurement overwrites previous measurements (gauge metric).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Sum means last measurement will be added onto previous measurements (counter metric).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

FakeInt64Metric implements Int64MetricInterface.
Float64Metric represents an float64 metric.
Float64MetricRepresentation represents a snapshot of a float64 metrics.
Int64Metric represents an int64 metric.
Int64MetricRepresentation represents a snapshot of an int64 metrics.
No description provided by the author

# Interfaces

Int64MetricInterface is used to create test double for Int64Metric.

# Type aliases

Aggregation defines how measurements should be aggregated into data points.
No description provided by the author