package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InstrumentationLibrary struct {
InstrumentationLibrary string `yaml:"instrumentationlibrary"`
Enabled bool `yaml:"enabled"`
Languages []*Language `yaml:"languages"`
}
type InstrumentationLibraryTemplate struct {
InstrumentationLibrary string `yaml:"instrumentationlibrary"`
Templates []*Template `yaml:"templates"`
}
type Language struct {
Name string `yaml:"name"`
Enabled bool `yaml:"enabled"`
}
type Template struct {
Language string `yaml:"language"`
Template string `yaml:"template"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.