instrumentation

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2021 License: Apache-2.0 Imports: 0 Imported by: 139

Documentation

Overview

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

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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
	// SchemaURL of the telemetry emitted by the library.
	SchemaURL string
}

Library represents the instrumentation library.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL