datadogclient

package
v0.0.0-...-ade743b Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

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