jaegerquery

package
v1.56.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

README

jaeger_query

This extension implements traditional jaeger-query service (including Jaeger UI). Because it is not a part of the collector pipeline, it needs access to a storage backend, which can be potentially shared with an exporter (e.g. in order to implement the all-in-one functionality). For this reason it depends on the jaeger_storage extension.

Configuration

This is work in progress, most of the usual settings of jaeger-query are not supported yet.

jaeger_query:
    trace_storage: cassandra_primary
    trace_archive: cassandra_archive
    dependencies: memstore
    metrics_store: prometheus_store

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ID = component.NewID(componentType)

ID is the identifier of this extension.

Functions

func NewFactory

func NewFactory() extension.Factory

Types

type Config

type Config struct {
	queryApp.QueryOptionsBase `mapstructure:",squash"`

	TraceStoragePrimary     string `valid:"required" mapstructure:"trace_storage"`
	TraceStorageArchive     string `valid:"optional" mapstructure:"trace_storage_archive"`
	confighttp.ServerConfig `mapstructure:",squash"`
	Tenancy                 tenancy.Options `mapstructure:"multi_tenancy"`
}

Config represents the configuration for jaeger-query,

func (*Config) Validate

func (cfg *Config) Validate() error

Jump to

Keyboard shortcuts

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