Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registrar ¶
type Registrar struct {
// contains filtered or unexported fields
}
func (*Registrar) LogProvider ¶
func (r *Registrar) LogProvider() *otellog.LoggerProvider
LogProvider returns the OTEL log provider for the process log stream.
func (*Registrar) LogStreamID ¶
type Result ¶
type Result struct {
fx.Out
Registrar *Registrar
ProcessLogProvider *otellog.LoggerProvider `name:"process-log-provider" optional:"true"`
}
type ShutdownPoller ¶
type ShutdownPoller struct {
// contains filtered or unexported fields
}
func NewShutdownPoller ¶
func NewShutdownPoller(params ShutdownPollerParams) *ShutdownPoller
Click to show internal directories.
Click to hide internal directories.