From a046c043d7c4470ec675319ebdd6a5722a15fd24 Mon Sep 17 00:00:00 2001 From: Andre Pereira Date: Thu, 14 Sep 2023 15:12:39 +0100 Subject: [PATCH] =?UTF-8?q?Tempo:=20Fix=20traceID=20converted=20to=20infin?= =?UTF-8?q?ity=20(=E2=88=9E)=20(#74913)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the traceid to be sent as the infinity symbol for span links --- public/app/plugins/datasource/tempo/resultTransformer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/datasource/tempo/resultTransformer.ts b/public/app/plugins/datasource/tempo/resultTransformer.ts index 8b32d6b24aa..d1ea575d037 100644 --- a/public/app/plugins/datasource/tempo/resultTransformer.ts +++ b/public/app/plugins/datasource/tempo/resultTransformer.ts @@ -696,6 +696,7 @@ const traceSubFrame = ( fields: [ { name: 'traceIdHidden', + type: FieldType.string, config: { custom: { hidden: true }, },