Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Endpoint string `env:"JAEGER_ENDPOINT"`
}
func (*Config) UnmarshalEnv ¶
UnmarshalEnv env.EnvSet to Config
type Initializer ¶
type Initializer struct {
// contains filtered or unexported fields
}
func NewInitializer ¶
func NewInitializer(j *Jaeger) *Initializer
NewInitializer returns a new JetStream Initialiazer
func (*Initializer) AddDependency ¶
func (i *Initializer) AddDependency(dep interface{}) error
AddDependency adds necessary service components as dependencies
func (*Initializer) CanRun ¶
func (i *Initializer) CanRun() bool
CanRun returns true if the component has anything to Run
func (*Initializer) CanStop ¶
func (i *Initializer) CanStop() bool
CanRun returns true if the component has anything to Run
func (*Initializer) Dependencies ¶
func (i *Initializer) Dependencies() []string
Dependencies returns the string names of service components that are required as dependencies for this component
type Jaeger ¶
type Jaeger struct {
// contains filtered or unexported fields
}
func (*Jaeger) HasInitializer ¶
func (*Jaeger) Initializer ¶
func (j *Jaeger) Initializer() component.Initializer
Click to show internal directories.
Click to hide internal directories.