Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultInstrumentationName = "github.com/goravel/framework/telemetry/instrumentation/log"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelemetryChannel ¶
type TelemetryChannel struct {
// contains filtered or unexported fields
}
func NewLazyTelemetryChannel ¶ added in v1.18.0
func NewLazyTelemetryChannel(config contractsconfig.Config, resolver contractstelemetry.Resolver) *TelemetryChannel
func NewTelemetryChannel ¶
func NewTelemetryChannel(config contractsconfig.Config, telemetry contractstelemetry.Telemetry) *TelemetryChannel
func (*TelemetryChannel) Handle ¶
func (r *TelemetryChannel) Handle(channelPath string) (contractslog.Handler, error)
Click to show internal directories.
Click to hide internal directories.