mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
6 lines
329 B
Go
6 lines
329 B
Go
|
|
// Package instrumentation provides utilities for initializing and managing
|
||
|
|
// OpenTelemetry resources, logging, tracing, and metering within the application. It
|
||
|
|
// leverages the OpenTelemetry SDK to facilitate the collection and
|
||
|
|
// export of telemetry data, to an OTLP (OpenTelemetry Protocol) endpoint.
|
||
|
|
package instrumentation
|