package otel
import "go.opentelemetry.io/otel"
Index ¶
Types ¶
type Meter ¶
type Propagators ¶
type Propagators = propagation.Propagators
type Tracer ¶
Source Files ¶
doc.go otel.go
Directories ¶
Path | Synopsis |
---|---|
api | |
api/correlation | This package implements the correlation functionality as specified in the OpenTelemetry specification. |
api/global | |
api/global/internal | |
api/internal | |
api/kv | package kv provides basic key and value types. |
api/label | |
api/metric | metric package provides an API for reporting diagnostic measurements using instruments categorized as follows: |
api/metric/registry | |
api/oterror | |
api/propagation | Package propagation contains interface definition for HTTP propagators. |
api/standard | Package standard contains keys and values that have been standardized for use in OpenTelemetry. |
api/testharness | |
api/trace | |
api/trace/testtrace | |
api/unit | |
bridge | |
bridge/opentracing | This package implements a bridge that forwards OpenTracing API calls to the OpenTelemetry SDK. |
bridge/opentracing/internal | |
bridge/opentracing/migration | This 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/othttp | Package 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/filters | Package 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.