package
0.0.0-20211013214444-3022da0884b2
Repository: https://github.com/jdbaldry/go-language-server-protocol.git
Documentation: pkg.go.dev

# Variables

No description provided by the author

# Structs

No description provided by the author
Float64Data is a concrete implementation of Data for float64 scalar metrics.
HistogramFloat64 represents the construction information for an float64 histogram metric.
HistogramFloat64Data is a concrete implementation of Data for float64 histogram metrics.
HistogramFloat64Row holds the values for a single row of a HistogramFloat64Data.
HistogramInt64 represents the construction information for an int64 histogram metric.
HistogramInt64Data is a concrete implementation of Data for int64 histogram metrics.
HistogramInt64Row holds the values for a single row of a HistogramInt64Data.
Int64Data is a concrete implementation of Data for int64 scalar metrics.
Scalar represents the construction information for a scalar metric.

# Interfaces

Data represents a single point in the time series of a metric.