Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var REVISION = "unknown"
Revision is the current release revision of OpenTelemetry in use.
View Source
var VERSION = "v1.4.0"
Version is the current release version of OpenTelemetry in use.
Functions ¶
This section is empty.
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 |
---|---|
Package database provides global access to database operations exposed by the core library.
|
Package database provides global access to database operations exposed by the core library. |
postgres
Package database witholds database specific utilities for the core database libary This package mainly deals with interactions with the postgresql database.
|
Package database witholds database specific utilities for the core database libary This package mainly deals with interactions with the postgresql database. |
redis
Package rediswrapper provides a simple Redis client wrapper to easily interface with Redis server for caching and storage purposes.
|
Package rediswrapper provides a simple Redis client wrapper to easily interface with Redis server for caching and storage purposes. |
Package instrumentation provides global access to instrumentation operations exposed by the core library The provided API is used to instrument any piece of code
|
Package instrumentation provides global access to instrumentation operations exposed by the core library The provided API is used to instrument any piece of code |
Package messagequeue provides global access to message queue subpackages (consumer and client)
|
Package messagequeue provides global access to message queue subpackages (consumer and client) |
Package temporalclient provides functionality to create and initialize a client for Temporal, a distributed, scalable, durable, and highly available orchestration engine.
|
Package temporalclient provides functionality to create and initialize a client for Temporal, a distributed, scalable, durable, and highly available orchestration engine. |
schedule-client
Package scheduleclient provides functionalities to interact with a scheduling service, such as creating and managing scheduled tasks.
|
Package scheduleclient provides functionalities to interact with a scheduling service, such as creating and managing scheduled tasks. |
third-party
|
|
Click to show internal directories.
Click to hide internal directories.