Documentation ¶
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" // ESStorageType is the storage type flag denoting an ElasticSearch backing store ESStorageType = "elasticsearch" )
Variables ¶
View Source
var ErrUnsupportedStorageType = errors.New("Storage Type is not supported")
ErrUnsupportedStorageType is the error when dealing with an unsupported storage type
Functions ¶
Types ¶
type SharedFlags ¶
type SharedFlags struct {SpanStorage spanStorage DependencyStorage dependencyStorage }
SharedFlags holds flags configuration
func (*SharedFlags) InitFromViper ¶
func (flags *SharedFlags) InitFromViper(v *viper.Viper) *SharedFlags
InitFromViper initializes SharedFlags with properties from viper
Click to show internal directories.
Click to hide internal directories.