Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!.gitignore
!.gitignore
1 change: 1 addition & 0 deletions .changelog/5204.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`opentelemetry-sdk`: add sphinx docs for `opentelemetry.sdk.util` module
46 changes: 24 additions & 22 deletions docs/sdk/index.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
OpenTelemetry Python SDK
========================

The OpenTelemetry Python SDK provides the reference implementation of the
:doc:`OpenTelemetry Python API </api/index>`. It includes the concrete classes
for managing and exporting traces, metrics, and logs — such as
``TracerProvider``, ``MeterProvider``, span processors, metric readers, and
exporters. The SDK is responsible for sampling, batching, and delivering
telemetry data to backends.

Install the SDK in your application to configure how telemetry is collected,
processed, and exported.

.. toctree::
:maxdepth: 1

_logs
resources
trace
metrics
error_handler
environment_variables
OpenTelemetry Python SDK
========================

The OpenTelemetry Python SDK provides the reference implementation of the
:doc:`OpenTelemetry Python API </api/index>`. It includes the concrete classes
for managing and exporting traces, metrics, and logs — such as
``TracerProvider``, ``MeterProvider``, span processors, metric readers, and
exporters. The SDK is responsible for sampling, batching, and delivering
telemetry data to backends.

Install the SDK in your application to configure how telemetry is collected,
processed, and exported.

.. toctree::
:maxdepth: 1

_logs
resources
trace
metrics
error_handler
environment_variables
util
util.instrumentation
7 changes: 7 additions & 0 deletions docs/sdk/util.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
opentelemetry.sdk.util package
==============================

.. automodule:: opentelemetry.sdk.util
:members:
:undoc-members:
:show-inheritance: