sdkgo.opentelemetry.io/otel/sdk/instrumentation Index | Files

package instrumentation

import "go.opentelemetry.io/otel/sdk/instrumentation"

Package instrumentation provides an instrumentation library structure to be passed to both the OpenTelemetry Tracer and Meter components.

This package is currently in a pre-GA phase. Backwards incompatible changes may be introduced in subsequent minor version releases as we work to track the evolving OpenTelemetry specification and user feedback.

For more information see [this](https://github.com/open-telemetry/oteps/blob/master/text/0083-component.md).

Index

Types

type Library

type Library struct {
	// Name is the name of the instrumentation library. This should be the
	// Go package name of that library.
	Name string
	// Version is the version of the instrumentation library.
	Version string
}

Library represents the instrumentation library.

Source Files

library.go

Version
v0.16.0
Published
Jan 14, 2021
Platform
js/wasm
Last checked
29 minutes ago

Tools for package owners.