datadog

package
v0.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProviderType = "Datadog"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Option added in v0.9.8

type Option func(*Provider)

func WithAddress added in v0.9.8

func WithAddress(address string) Option

func WithLogger added in v0.9.8

func WithLogger(logger *zap.Logger) Option

func WithTimeout added in v0.9.8

func WithTimeout(timeout time.Duration) Option

type Provider

type Provider struct {
	// contains filtered or unexported fields
}

Provider works as an HTTP client for datadog.

func NewProvider

func NewProvider(apiKey, applicationKey string, opts ...Option) (*Provider, error)

func (*Provider) Evaluate added in v0.9.8

func (p *Provider) Evaluate(ctx context.Context, query string, queryRange metrics.QueryRange, evaluator metrics.Evaluator) (bool, string, error)

Evaluate issues an HTTP request to the API named "MetricsApi.QueryMetrics", then evaluate its response. See more: https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-points

func (*Provider) Type

func (p *Provider) Type() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL