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.
1 parent b43b26a commit 035983aCopy full SHA for 035983a
opentelemetry-sdk/src/opentelemetry/sdk/trace/export/__init__.py
@@ -79,12 +79,8 @@ def shutdown(self) -> None:
79
80
81
class ConsoleSpanExporter(SpanExporter):
82
-<<<<<<< HEAD
83
"""Implementation of :class:`SpanExporter` that prints spans to the
84
console.
85
-=======
86
- """Implementation of :class:`Exporter` that prints spans to the console.
87
->>>>>>> add console exporter
88
89
This class can be used for diagnostic purposes. It prints the exported
90
spans to the console STDOUT.
0 commit comments