Documentation
¶
Overview ¶
Package plugin is the collection of implementations of different interfaces defined across Jaeger
For example, implementations of the storage interface can be found in the plugin package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurable ¶
type Configurable interface {
// AddFlags adds CLI flags for configuring this component.
AddFlags(flagSet *flag.FlagSet)
// InitFromViper initializes this component with properties from spf13/viper.
InitFromViper(v *viper.Viper)
}
Configurable interface can be implemented by plugins that require external configuration, such as CLI flags, config files, or environment variables.
Click to show internal directories.
Click to hide internal directories.