orchestrator/clickhouse: do not track goroutines

They are not long-lived, this is expected.
This commit is contained in:
Vincent Bernat
2022-08-05 20:01:38 +02:00
parent 2337b1c921
commit 1b47b730f6

View File

@@ -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
}