flags

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2017 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package flags defines command line flags that are shared by several jaeger components. They are defined in this shared location so that if several components are wired into a single binary (e.g. a local container of complete Jaeger backend) they can all share the flags.

Index

Constants

View Source
const (
	// CassandraStorageType is the storage type flag denoting a Cassandra backing store
	CassandraStorageType = "cassandra"
	// MemoryStorageType is the storage type flag denoting an in-memory store
	MemoryStorageType = "memory"
)

Variables

View Source
var DependencyStorage = dependencyStorage{}

DependencyStorage defines common settings for Dependency Storage.

View Source
var ErrUnsupportedStorageType = errors.New("Storage Type is not supported")

ErrUnsupportedStorageType is the error when dealing with an unsupported storage type

View Source
var SpanStorage = spanStorage{}

SpanStorage defines common settings for Span Storage.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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