Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstrumentationConfig ¶
type InstrumentationConfig struct {
Network string `toml:"network" default:"tcp" comment:"Network class used for listen (tcp, tcp4, tcp6, unixsocket)"`
Listen string `toml:"listen" default:":5556" comment:"Listen address for instrumentation server"`
Diagnostic struct {
Enabled bool `toml:"enabled" default:"false" comment:"Enable diagnostic handlers"`
Config diagnostic.Config `toml:"Config" comment:"Diagnostic settings"`
} `toml:"Diagnostic" comment:"###############################\n Diagnotic Settings \n##############################"`
Logs struct {
Level string `toml:"level" default:"warn" comment:"Log level: debug, info, warn, error, dpanic, panic, and fatal"`
} `toml:"Logs" comment:"###############################\n Logs Settings \n##############################"`
}
InstrumentationConfig holds all platform instrumentation settings
Click to show internal directories.
Click to hide internal directories.