kayenta

package
v4.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatadogAccount

type DatadogAccount struct {
	Name            string   `json:"name,omitempty" mapstructure:"name"`
	APIKey          string   `json:"apiKey,omitempty" mapstructure:"apiKey"`
	ApplicationKey  string   `json:"applicationKey,omitempty" mapstructure:"applicationKey"`
	EndPointBaseURL string   `json:"endpoint.baseUrl,omitempty" mapstructure:"endpoint.baseUrl"`
	SupportedTypes  []string `json:"supportedTypes,omitempty" mapstructure:"supportedTypes"`
}

DatadogAccount settings

type Kayenta

type Kayenta struct {
	Kayenta struct {
		Datadog struct {
			Enabled  bool             `json:"enabled,omitempty" mapstructure:"enabled"`
			Accounts []DatadogAccount `json:"accounts,omitempty" mapstructure:"accounts"`
		} `json:"datadog,omitempty" mapstructure:"datadog"`
	} `json:"kayenta,omitempty" mapstructure:"kayenta"`
}

Kayenta mirrors kayenta.yml on disk

Jump to

Keyboard shortcuts

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