Thanks to visit codestin.com Credit goes to github.com
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 2bcb228 commit 0069fa8Copy full SHA for 0069fa8
opentelemetry-api/src/opentelemetry/trace/__init__.py
@@ -22,8 +22,8 @@
22
the operation.
23
24
This module provides abstract (i.e. unimplemented) classes required for
25
-tracing, and a concrete no-op ``BlankSpan`` that allows applications to use the
26
-API package alone without a supporting implementation.
+tracing, and a concrete no-op :class:`.DefaultSpan` that allows applications
+to use the API package alone without a supporting implementation.
27
28
The tracer supports creating spans that are "attached" or "detached" from the
29
context. By default, new spans are "attached" to the context in that they are
0 commit comments