jaegerstorage

package
v1.54.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ID = component.NewID(componentType)

ID is the identifier of this extension.

Functions

func GetStorageFactory

func GetStorageFactory(name string, host component.Host) (storage.Factory, error)

GetStorageFactory locates the extension in Host and retrieves a storage factory from it with the given name.

func NewFactory

func NewFactory() extension.Factory

Types

type Config

type Config struct {
	Memory map[string]memoryCfg.Configuration   `mapstructure:"memory"`
	Badger map[string]badgerCfg.NamespaceConfig `mapstructure:"badger"`
}

Config has the configuration for jaeger-query,

func (*Config) Validate added in v1.54.0

func (cfg *Config) Validate() error

type MemoryStorage

type MemoryStorage struct {
	Name string `mapstructure:"name"`
	memoryCfg.Configuration
}

Jump to

Keyboard shortcuts

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