Documentation ¶
Overview ¶
Package datadogclient provides a client to query the datadog API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { // QueryMetrics takes as input from, to (seconds from Unix Epoch) and query string and then requests // timeseries data for that time peried QueryMetrics(from, to int64, query string) ([]datadog.Series, error) // GetRateLimitStats is a threadsafe getter to retrieve the rate limiting stats associated with the Client. GetRateLimitStats() map[string]datadog.RateLimit }
Component is the component type.
Click to show internal directories.
Click to hide internal directories.