Documentation
¶
Overview ¶
Package translator provides the utilites to convert a HDR histogram to a log linear histogram.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translator ¶
type Translator interface {
// Translate histograms to a log linear format, and write the result to a writer.
Translate(ctx context.Context, family *dto.MetricFamily, out io.Writer) error
// Histogram returns a copy of the backing histogram definition.
// Used for testing.
Histogram() *store.Histogram
}
Translator translate histograms to a log linear format.
Click to show internal directories.
Click to hide internal directories.