package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Handler serves the HTTP route containing the prometheus metrics.
NewCounter creates a Counter with default options for telemetry purpose.
NewCounterWithOpts creates a Counter with the given options for telemetry purpose.
NewGauge creates a Gauge with default options for telemetry purpose.
NewGaugeWithOpts creates a Gauge with the given options for telemetry purpose.
NewHistogram creates a Histogram with default options for telemetry purpose.
NewHistogramNoOp creates a dummy Histogram.
NewHistogramWithOpts creates a Histogram with the given options for telemetry purpose.
NewSimpleCounter creates a new SimpleCounter with default options.
NewSimpleCounterWithOpts creates a new SimpleCounter.
NewSummary creates a Summary with default options for telemetry purpose.
NewSummaryNoOp creates a dummy Summary.
NewSummaryWithOpts creates a Summary with the given options for telemetry purpose.
Reset resets the global telemetry registry, stopping the collection of every previously registered metrics.

# Variables

DefaultOptions for telemetry metrics which don't need to specify any option.

# Structs

Options for telemetry metrics.

# Interfaces

Counter tracks how many times something is happening.
Gauge tracks the value of one health metric of the Agent.
Histogram tracks the value of one health metric of the Agent.
SimpleCounter tracks how many times something is happening.
Summary tracks the value of one health metric of the Agent.