Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶ added in v1.33.2
HandleError read http error body and return a corresponding error
Types ¶
type MetricLine ¶
MetricLine Warp 10 metrics
type Warp10 ¶
type Warp10 struct { Prefix string `toml:"prefix"` WarpURL string `toml:"warp_url"` Token config.Secret `toml:"token"` Timeout config.Duration `toml:"timeout"` PrintErrorBody bool `toml:"print_error_body"` MaxStringErrorSize int `toml:"max_string_error_size"` tls.ClientConfig Log telegraf.Logger `toml:"-"` // contains filtered or unexported fields }
Warp10 output plugin
func (*Warp10) GenWarp10Payload ¶
GenWarp10Payload compute Warp 10 metrics payload
func (*Warp10) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.