Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = Config{HTTPMode: "wrap", Instrumentation: "console"}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// HTTPMode controls the technique used for HTTP instrumentation
// The possible values are "wrap", "report"
HTTPMode string
// Instrumentation specifies which output format is used
// The possible values are "console", "dd", or "otel"
Instrumentation string
}
Config holds the instrumentation config
Click to show internal directories.
Click to hide internal directories.