Add profiling

This commit is contained in:
2025-05-24 12:27:00 +02:00
parent 586440fe8d
commit c620e4a005
3 changed files with 17 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ type TLSConnectionMonitor struct {
type Config struct {
ListenAddr string `toml:"ListenAddr"`
Profiling bool `toml:"Profiling"`
StepMonitors []StepMonitor `toml:"StepMonitors"`
TLSConnectionMonitors []TLSConnectionMonitor `toml:"TLSConnectionMonitors"`
}