Skip to content

Commit

Permalink
Add tracing.service to test config to work with update to OpenTracing…
Browse files Browse the repository at this point in the history
… global tracer management
  • Loading branch information
tjquinno committed Aug 9, 2024
1 parent aaab4a5 commit 543145e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tracing/providers/zipkin/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017, 2023 Oracle and/or its affiliates.
# Copyright (c) 2017, 2024 Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,4 +45,5 @@ tracing:
int-tags:
tag5: 145
tag6: 741

# With changes to OpenTracing global tracer handling, provide a service name for the Zipkin implementation to use.
service: "helidon-test-service"

0 comments on commit 543145e

Please sign in to comment.