plugin

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

README

The collection of implementations of different interfaces defined across Jaeger

For example, implementations of the storage interface can be found in the plugin package

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.

Jump to

Keyboard shortcuts

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