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

# Packages

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

# Functions

NewKey generates a new Key.

# Constants

MethodDelete represents the DELETE request method.
MethodGet represents the GET request method.
MethodHead represents the HEAD request method.
MethodOptions represents the OPTIONS request method.
MethodPatch represents the PATCH request method.
MethodPost represents the POST request method.
MethodPut represents the PUT request method.
MethodUnknown represents an unknown request method.
NumStatusClasses represents the number of HTTP status classes (1XX, 2XX, 3XX, 4XX, 5XX).
RelativeAccuracy defines the acceptable error in quantile values calculated by DDSketch.

# Structs

Key is an identifier for a group of HTTP transactions.

# Type aliases

Method is the type used to represent HTTP request methods.
RequestStats stores stats for HTTP requests to a particular path, organized by the class of the response code (1XX, 2XX, 3XX, 4XX, 5XX).