//
pkg.gl
Category
github.com/bobrik/jaeger
plugin
storage
memory
package
1.11.0
Repository:
https://github.com/bobrik/jaeger.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
0
Files
274 SLOC
#
Functions
NewFactory
NewFactory creates a new Factory.
NewStore
NewStore creates an unbounded in-memory store.
WithConfiguration
WithConfiguration creates a new in memory storage based on the given configuration.
#
Structs
Factory
Factory implements storage.Factory and creates storage components backed by memory store.
Options
Options stores the configuration entries for this storage.
Store
Store is an in-memory store of traces.