Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QueryOptions ¶ added in v0.6.0
type QueryOptions struct { // QueryPort is the port that the query service listens in on QueryPort int // QueryPrefix is the prefix of the query service api QueryPrefix string // QueryStaticAssets is the path for the static assets for the UI (https://github.com/uber/jaeger-ui) QueryStaticAssets string }
QueryOptions holds configuration for query
func (*QueryOptions) InitFromViper ¶ added in v0.6.0
func (qOpts *QueryOptions) InitFromViper(v *viper.Viper) *QueryOptions
InitFromViper initializes QueryOptions with properties from viper
type StorageBuilder ¶
type StorageBuilder struct { SpanReader spanstore.Reader DependencyReader dependencystore.Reader // contains filtered or unexported fields }
StorageBuilder is the interface that provides the necessary store readers
func NewStorageBuilder ¶
func NewStorageBuilder(storageType string, dependencyDataFreq time.Duration, opts ...basicB.Option) (*StorageBuilder, error)
NewStorageBuilder creates a StorageBuilder based off the flags that have been set
Click to show internal directories.
Click to hide internal directories.