Documentation
¶
Index ¶
Constants ¶
View Source
const ( DatadogAPIKeyHeaderKey = "DD-API-KEY" DatadogApplicationKeyHeaderKey = "DD-APPLICATION-KEY" )
Variables ¶
View Source
var (
ErrNoValuesFound = errors.New("no values found")
)
Functions ¶
This section is empty.
Types ¶
type CloudWatch ¶
type CloudWatch struct {
// contains filtered or unexported fields
}
func NewCloudWatchProvider ¶
func NewCloudWatchProvider(client cloudwatchiface.CloudWatchAPI, provider ProviderOpts) *CloudWatch
type Datadog ¶
type Datadog struct {
// contains filtered or unexported fields
}
func NewDatadogProvider ¶
func NewDatadogProvider( provider ProviderOpts, credentials DatadogOpts) (*Datadog, error)
type DatadogOpts ¶
type ProviderOpts ¶
Click to show internal directories.
Click to hide internal directories.