From 6649f6053ead23a9a9141c55a7cdaff08ae3e647 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 30 Jun 2026 12:34:38 +0200 Subject: [PATCH] [e2e] Revert accidentally committed sync-phase ingest spec The netbird_sync_phase measurement spec in metrics ingest was swept into the Pillar 1 commit; it belongs to the unrelated sync-phases metrics work, not this e2e harness. Its emission side never landed here, so the spec was orphaned anyway. Restore ingest/main.go to its origin/main state. --- client/internal/metrics/infra/ingest/main.go | 13 ------------- 1 file changed, 13 deletions(-) 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,