otel – go.opentelemetry.io/otel Index | Files | Directories

package otel

import "go.opentelemetry.io/otel"

Index

Types

type Meter

type Meter = metric.Meter

type Propagators

type Propagators = propagation.Propagators

type Tracer

type Tracer = trace.Tracer

Source Files

doc.go otel.go

Directories

PathSynopsis
api
api/correlationThis package implements the correlation functionality as specified in the OpenTelemetry specification.
api/global
api/global/internal
api/internal
api/kvpackage kv provides basic key and value types.
api/label
api/metricmetric package provides an API for reporting diagnostic measurements using instruments categorized as follows:
api/metric/registry
api/oterror
api/propagationPackage propagation contains interface definition for HTTP propagators.
api/standardPackage standard contains keys and values that have been standardized for use in OpenTelemetry.
api/testharness
api/trace
api/trace/testtrace
api/unit
bridge
bridge/opentracingThis package implements a bridge that forwards OpenTracing API calls to the OpenTelemetry SDK.
bridge/opentracing/internal
bridge/opentracing/migrationThis package provides interfaces and functions that are useful for providing a cooperation of the OpenTelemetry tracers with the OpenTracing API.
instrumentation
instrumentation/grpctrace
instrumentation/httptrace
instrumentation/othttpPackage othttp provides a http.Handler and functions that are intended to be used to add tracing by wrapping existing handlers (with Handler) and routes WithRouteTag.
instrumentation/othttp/filtersPackage filters provides a set of filters useful with the othttp.WithFilter() option to control which inbound requests are traced.
internal
Version
v0.10.0
Published
Jul 30, 2020
Platform
linux/amd64
Imports
3 packages
Last checked
55 minutes ago

Tools for package owners.