diff options
Diffstat (limited to 'devel/py-azure-core-tracing-opentelemetry/pkg-descr')
-rw-r--r-- | devel/py-azure-core-tracing-opentelemetry/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-azure-core-tracing-opentelemetry/pkg-descr b/devel/py-azure-core-tracing-opentelemetry/pkg-descr new file mode 100644 index 000000000000..ff68fe0d5c74 --- /dev/null +++ b/devel/py-azure-core-tracing-opentelemetry/pkg-descr @@ -0,0 +1,10 @@ +You can enable distributed tracing in Azure client libraries by configuring the +OpenTelemetry SDK. OpenTelemetry is a popular open-source observability +framework for generating, capturing, and collecting telemetry data for +cloud-native software. + +There are two key concepts related to tracing: span and trace. A span represents +a single operation in a trace. A span can represent an HTTP request, a remote +procedure call (RPC), a database query, or even the path that your code takes. A +trace is a tree of spans showing the path of work through a system. You can +distinguish a trace on its own by a unique 16-byte sequence called a TraceID. |