Source File
doc.go
Belonging Package
go.opentelemetry.io/auto/sdk
// Copyright The OpenTelemetry Authors// SPDX-License-Identifier: Apache-2.0/*Package sdk provides an auto-instrumentable OpenTelemetry SDK.An [go.opentelemetry.io/auto.Instrumentation] can be configured to target theprocess running this SDK. In that case, all telemetry the SDK produces will beprocessed and handled by that [go.opentelemetry.io/auto.Instrumentation].By default, if there is no [go.opentelemetry.io/auto.Instrumentation] set toauto-instrument the SDK, the SDK will not generate any telemetry.*/package sdk
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |