From b31a1cb1f4c6f7603f8356da72075c7a4eaf26ea Mon Sep 17 00:00:00 2001 From: Thibault Vallin Date: Wed, 13 Dec 2023 09:19:52 +0100 Subject: [PATCH] 3.x: Archetype - fix SE zipkin configuration (#8141) Signed-off-by: tvallin --- .../archetype/se/custom/observability.xml | 43 +++++++++---------- docs/includes/tracing/tracer-zipkin.adoc | 35 ++++++++------- 2 files changed, 38 insertions(+), 40 deletions(-) diff --git a/archetypes/helidon/src/main/archetype/se/custom/observability.xml b/archetypes/helidon/src/main/archetype/se/custom/observability.xml index 83fd5ebf7c2..c6eed034c42 100644 --- a/archetypes/helidon/src/main/archetype/se/custom/observability.xml +++ b/archetypes/helidon/src/main/archetype/se/custom/observability.xml @@ -30,31 +30,30 @@ + service: "helidon-service" + protocol: "http" + host: "localhost" + port: 9411 + api-version: 1 + # this is the default path for API version 2 + path: "/api/v2/spans" + tags: + tag1: "tag1-value" + tag2: "tag2-value" + boolean-tags: + tag3: true + tag4: false + int-tags: + tag5: 145 + tag6: 741]]>