mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 06:42:01 +08:00

### Summary A config package based on https://github.com/open-telemetry/opentelemetry-collector/blob/main/confmap/confmap.go for signoz. #### Related Issues / PR's This is a part of https://github.com/SigNoz/signoz/pull/5710
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
|