cosmos-sdk/telemetry/doc.go
Aaron Craelius f2d4a98039
feat: OpenTelemetry configuration and BaseApp instrumentation (#25516)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-10 23:15:18 +00:00

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