aws

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultMaxOrderedQueueSize = 10_000
	DefaultMaxParallelCalls    = 10
	DefaultTimeout             = 10 * time.Second
	DefaultCacheTTL            = 0 * time.Hour
	DefaultCacheSize           = 1000
	DefaultLogCacheStats       = false
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsIMDSProcessor

type AwsIMDSProcessor struct {
	ImdsTags         []string        `toml:"imds_tags"`
	Timeout          config.Duration `toml:"timeout"`
	CacheTTL         config.Duration `toml:"cache_ttl"`
	Ordered          bool            `toml:"ordered"`
	MaxParallelCalls int             `toml:"max_parallel_calls"`
	Log              telegraf.Logger `toml:"-"`
	TagCacheSize     int             `toml:"tag_cache_size"`
	LogCacheStats    bool            `toml:"log_cache_stats"`
	// contains filtered or unexported fields
}

func (*AwsIMDSProcessor) Add

func (*AwsIMDSProcessor) Init

func (r *AwsIMDSProcessor) Init() error

func (*AwsIMDSProcessor) LookupIMDSTags added in v1.0.2

func (r *AwsIMDSProcessor) LookupIMDSTags(metric telegraf.Metric) telegraf.Metric

func (*AwsIMDSProcessor) SampleConfig

func (*AwsIMDSProcessor) SampleConfig() string

func (*AwsIMDSProcessor) Start

func (*AwsIMDSProcessor) Stop

func (r *AwsIMDSProcessor) Stop()

Jump to

Keyboard shortcuts

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