We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c3a94 + 2eb6337 commit 809fa89Copy full SHA for 809fa89
example-app/app.py
@@ -46,7 +46,9 @@
46
)
47
provider.add_span_processor(generator)
48
provider.add_span_processor(BatchSpanProcessor(exporter))
49
-provider.add_span_processor(SimpleSpanProcessor(ConsoleSpanExporter()))
+
50
+# Debug: For printing spans to the console. Uncomment if needed
51
+# provider.add_span_processor(SimpleSpanProcessor(ConsoleSpanExporter()))
52
53
54
app = Flask(
0 commit comments