Skip to content

Commit

Permalink
WCM-605: Only set up our instrumentors for vivi system itself
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Jan 27, 2025
1 parent 79d5aeb commit c286e5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions core/docs/changelog/WCM-605.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WCM-605: Separate tracing instrumentors mechanics and policy
1 change: 0 additions & 1 deletion core/src/zeit/cms/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def stdout_tracer():
provider = TracerProvider()
provider.add_span_processor(BatchSpanProcessor(ConsoleSpanExporter()))
opentelemetry.trace.set_tracer_provider(provider)
_setup_instrumentors(provider)
return default_tracer()


Expand Down

0 comments on commit c286e5a

Please sign in to comment.