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

# Packages

Package timing is used to aggregate timing calls within hotpaths to avoid using repeated statsd calls.

# Functions

Configure creates a statsd client for the given agent's configuration, using the specified global tags.
Count calls Count on the global Client, if set.
Flush flushes any pending metrics to the agent.
Gauge calls Gauge on the global Client, if set.
Histogram calls Histogram on the global Client, if set.
Timing calls Timing on the global Client, if set.

# Variables

Client is a global Statsd client.

# Interfaces

StatsClient represents a client capable of sending stats to some stat endpoint.