package
1.33.2
Repository: https://github.com/influxdata/telegraf.git
Documentation: pkg.go.dev

# README

Telegraf Execd Go Shim

This is deprecated. Please see /plugins/common/shim/README.md

# Packages

# Functions

DefaultImportedPlugins defaults to whatever plugins happen to be loaded and have registered themselves with the registry.
LoadConfig loads the config and returns inputs that later need to be loaded.
New creates a new shim interface.

# Constants

PollIntervalDisabled is used to indicate that you want to disable polling, as opposed to duration 0 meaning poll constantly.

# Structs

Shim allows you to wrap your inputs and run them as if they were part of Telegraf, except built externally.