Add tracing to tlsconmon
This commit is contained in:
@@ -23,6 +23,8 @@ type TLSConnectionMonitor struct {
|
||||
type Config struct {
|
||||
ListenAddr string `toml:"ListenAddr"`
|
||||
Profiling bool `toml:"Profiling"`
|
||||
Tracing bool `toml:"Tracing"`
|
||||
TracingEndpoint string `toml:"TracingEndpoint"`
|
||||
StepMonitors []StepMonitor `toml:"StepMonitors"`
|
||||
TLSConnectionMonitors []TLSConnectionMonitor `toml:"TLSConnectionMonitors"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user