serializers

package
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: MIT Imports: 4 Imported by: 183

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Deprecations = make(map[string]telegraf.DeprecationInfo)

Deprecations lists the deprecated plugins

View Source
var Serializers = make(map[string]Creator)

Serializers contains the registry of all known serializers (following the new style)

Functions

func Add added in v1.27.0

func Add(name string, creator Creator)

Add adds a serializer to the registry. Usually this function is called in the plugin's init function

func BenchmarkMetrics added in v1.28.4

func BenchmarkMetrics(b *testing.B) [4]telegraf.Metric

Types

type Creator added in v1.27.0

type Creator func() telegraf.Serializer

Creator is the function to create a new serializer

Jump to

Keyboard shortcuts

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