diff --git a/client/internal/metrics/infra/ingest/main.go b/client/internal/metrics/infra/ingest/main.go index 623a17e4d..a5031a873 100644 --- a/client/internal/metrics/infra/ingest/main.go +++ b/client/internal/metrics/infra/ingest/main.go @@ -59,19 +59,6 @@ var allowedMeasurements = map[string]measurementSpec{ "peer_id": true, }, }, - "netbird_sync_phase": { - allowedFields: map[string]bool{ - "duration_seconds": true, - }, - allowedTags: map[string]bool{ - "deployment_type": true, - "version": true, - "os": true, - "arch": true, - "peer_id": true, - "phase": true, - }, - }, "netbird_login": { allowedFields: map[string]bool{ "duration_seconds": true,