Categorygithub.com/mathpl/go-tsdmetrics
modulepackage
0.0.0-20180510001006-5f32b115145c
Repository: https://github.com/mathpl/go-tsdmetrics.git
Documentation: pkg.go.dev

# README

go-tsdmetrics

# Functions

Capture new values for the Go runtime statistics exported in runtime.MemStats.
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
Create a new registry.
Register runtimeMetrics for the Go runtime statistics exported in runtime and specifically runtime.MemStats.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
The standard implementation of a Registry is a mutex-protected map of names to metrics.
DuplicateMetric is the error returned by Registry.Register when a metric already exists.
IntHistogram is the standard implementation of a Histogram and uses a Sample to bound its memory use.
IntHistogramSnapshot is a read-only copy of another Histogram.
No description provided by the author
Provide a single set of tags and a prefix for all metrics in registry.
No description provided by the author
TaggedOpenTSDBConfig provides a container with configuration parameters for the TaggedOpenTSDB exporter.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
This is an interface so as to encourage other structs to implement the Registry API as appropriate.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author