From f369ad4382a9630384baaf1da8d6ade3cf7356ac Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 13 Aug 2024 23:43:01 -0400 Subject: [PATCH] fix-test Signed-off-by: Yuri Shkuro --- cmd/query/app/fixture/otlp2jaeger-out.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/query/app/fixture/otlp2jaeger-out.json b/cmd/query/app/fixture/otlp2jaeger-out.json index 313659814b3..18311c18134 100644 --- a/cmd/query/app/fixture/otlp2jaeger-out.json +++ b/cmd/query/app/fixture/otlp2jaeger-out.json @@ -18,7 +18,7 @@ "duration": 123, "tags": [ { - "key": "otel.library.name", + "key": "otel.scope.name", "type": "string", "value": "telemetrygen" }, @@ -57,7 +57,7 @@ "duration": 123, "tags": [ { - "key": "otel.library.name", + "key": "otel.scope.name", "type": "string", "value": "telemetrygen" },