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/kv/value
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.
exporters
exporters/metric
exporters/metric/stdout
exporters/metric/test
exporters/trace
exporters/trace/stdoutPackage stdout contains an OpenTelemetry tracing exporter for writing to stdout.
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
sdkPackage opentelemetry contains Go support for OpenTelemetry.
sdk/export
sdk/export/metric
sdk/export/metric/aggregation
sdk/export/trace
sdk/instrumentationPackage instrumentation provides an instrumentation library structure to be passed to both the OpenTelemetry Tracer and Meter components.
sdk/internal
sdk/metricPackage metric implements the OpenTelemetry metric.MeterImpl interface.
sdk/metric/aggregator
sdk/metric/aggregator/array
sdk/metric/aggregator/ddsketch
sdk/metric/aggregator/histogram
sdk/metric/aggregator/lastvalue
sdk/metric/aggregator/minmaxsumcount
sdk/metric/aggregator/sum
sdk/metric/aggregator/test
sdk/metric/controller
sdk/metric/controller/pull
sdk/metric/controller/push
sdk/metric/controller/test
sdk/metric/controller/time
sdk/metric/processor
sdk/metric/processor/basic
sdk/metric/processor/test
sdk/metric/selector
sdk/metric/selector/simple
sdk/resourcePackage resource provides detecting and representing resources.
sdk/tracePackage trace contains support for OpenTelemetry distributed tracing.
sdk/trace/internalPackage internal provides trace internals.
Version
v0.9.0
Published
Jul 20, 2020
Platform
linux/amd64
Imports
3 packages
Last checked
3 seconds ago

Tools for package owners.