Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
9 lines
537 B
Go
9 lines
537 B
Go
// Package telemetry initializes OpenTelemetry global using the OpenTelemetry declarative configuration API.
|
|
// It also provides some deprecated legacy metrics wrapper functions and metrics configuration using
|
|
// github.com/hashicorp/go-metrics.
|
|
// By default, this package configures the github.com/hashicorp/go-metrics default instance to
|
|
// send all metrics to OpenTelemetry.
|
|
// Existing users of the legacy wrapper functions in this package should begin to migrate their
|
|
// code to use OpenTelemetry APIs directly.
|
|
package telemetry
|