Source File
doc.go
Belonging Package
go.opentelemetry.io/otel
// Copyright The OpenTelemetry Authors// SPDX-License-Identifier: Apache-2.0/*Package otel provides global access to the OpenTelemetry API. The subpackages ofthe otel package provide an implementation of the OpenTelemetry API.The provided API is used to instrument code and measure data about that code'sperformance and operation. The measured data, by default, is not processed ortransmitted anywhere. An implementation of the OpenTelemetry SDK, like thedefault SDK implementation (go.opentelemetry.io/otel/sdk), and associatedexporters are used to process and transport this data.To read the getting started guide, see https://opentelemetry.io/docs/languages/go/getting-started/.To read more about tracing, see go.opentelemetry.io/otel/trace.To read more about metrics, see go.opentelemetry.io/otel/metric.To read more about logs, see go.opentelemetry.io/otel/log.To read more about propagation, see go.opentelemetry.io/otel/propagation andgo.opentelemetry.io/otel/baggage.*/package otel // import "go.opentelemetry.io/otel"
![]() |
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. |