From 7ebc81fbbfcd270ca077688c77a115ad0ecdcc44 Mon Sep 17 00:00:00 2001 From: Brendan O'Handley Date: Tue, 4 Feb 2025 15:18:30 -0600 Subject: [PATCH] Explore metrics: Fix otel bug (#100092) --- public/app/features/trails/otel/util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/trails/otel/util.ts b/public/app/features/trails/otel/util.ts index cd96351c28b..166d089ff4e 100644 --- a/public/app/features/trails/otel/util.ts +++ b/public/app/features/trails/otel/util.ts @@ -522,6 +522,7 @@ export async function updateOtelData( resettingOtel: false, afterFirstOtelCheck: true, isUpdatingOtel: false, + nonPromotedOtelResources, }); } }