ecsdecorator

package
v1.300028.4 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Bytes       = "Bytes"
	BytesPerSec = "Bytes/Second"
	Count       = "Count"
	Percent     = "Percent"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerInstance

type ContainerInstance struct {
	Cluster              string
	ContainerInstanceArn string
}

type ECSContainer

type ECSContainer struct {
	DockerId string
}

type ECSDecorator

type ECSDecorator struct {
	HostIP string `toml:"host_ip"`

	*NodeCapacity
	// contains filtered or unexported fields
}

func (*ECSDecorator) Apply

func (e *ECSDecorator) Apply(in ...telegraf.Metric) []telegraf.Metric

func (*ECSDecorator) Description

func (e *ECSDecorator) Description() string

func (*ECSDecorator) Init

func (e *ECSDecorator) Init() error

func (*ECSDecorator) SampleConfig

func (e *ECSDecorator) SampleConfig() string

func (*ECSDecorator) Stop

func (e *ECSDecorator) Stop()

type ECSTask

type ECSTask struct {
	KnownStatus string
	ARN         string
	Containers  []ECSContainer
}

type ECSTasksInfo

type ECSTasksInfo struct {
	Tasks []ECSTask
}

Jump to

Keyboard shortcuts

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