adapter

package
v1.3.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstrumentationLibrary added in v1.3.0

type InstrumentationLibrary struct {
	InstrumentationLibrary string      `yaml:"instrumentationlibrary"`
	Enabled                bool        `yaml:"enabled"`
	Languages              []*Language `yaml:"languages"`
}

type InstrumentationLibraryTemplate added in v1.3.0

type InstrumentationLibraryTemplate struct {
	InstrumentationLibrary string      `yaml:"instrumentationlibrary"`
	Templates              []*Template `yaml:"templates"`
}

type Language added in v1.3.0

type Language struct {
	Name    string `yaml:"name"`
	Enabled bool   `yaml:"enabled"`
}

type Template added in v1.3.0

type Template struct {
	Language string `yaml:"language"`
	Template string `yaml:"template"`
}

Jump to

Keyboard shortcuts

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