Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorHandler ¶
type ErrorHandler interface { // Handle handles any error deemed irremediable by an OpenTelemetry // component. Handle(error) }
ErrorHandler handles irremediable events.
type ErrorHandlerFunc ¶
type ErrorHandlerFunc func(error)
ErrorHandlerFunc is a convenience adapter to allow the use of a function as an ErrorHandler.
func (ErrorHandlerFunc) Handle ¶
func (f ErrorHandlerFunc) Handle(err error)
Handle handles the irremediable error by calling the ErrorHandlerFunc itself.
Directories ¶
Path | Synopsis |
---|---|
instrumentation
module
|
|
message_queue
module
|
|
client
Module
|
|
third-party
|
|
algoliasearch
Module
|
Click to show internal directories.
Click to hide internal directories.