mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
orchestrator/clickhouse: do not track goroutines
They are not long-lived, this is expected.
This commit is contained in:
@@ -84,7 +84,6 @@ func New(r *reporter.Reporter, configuration Configuration, dependencies Depende
|
||||
c.config.Resolutions = append([]ResolutionConfiguration{}, c.config.Resolutions...)
|
||||
}
|
||||
|
||||
c.d.Daemon.Track(&c.t, "orchestrator/clickhouse")
|
||||
return &c, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user