diff --git a/flow/cmd/worker.go b/flow/cmd/worker.go index 51415a1dc1..3de6f6bcd2 100644 --- a/flow/cmd/worker.go +++ b/flow/cmd/worker.go @@ -168,6 +168,7 @@ func WorkerSetup(opts *WorkerSetupOptions) (*workerSetupResponse, error) { Meter: metricsProvider.Meter("io.peerdb.flow-worker"), Float64GaugesCache: make(map[string]metric.Float64Gauge), Int64GaugesCache: make(map[string]metric.Int64Gauge), + Int64CountersCache: make(map[string]metric.Int64Counter), } } w.RegisterActivity(&activities.FlowableActivity{