File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11OpenTelemetry Logs SDK
22======================
33
4+ .. warning ::
5+ OpenTelemetry Python logs are in an experimental state. The APIs within
6+ :mod: `opentelemetry.sdk._logs ` are subject to change in minor/patch releases and make no
7+ backward compatability guarantees at this time.
8+
49Start the Collector locally to see data being exported. Write the following file:
510
611.. code-block :: yaml
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ The Python `OpenTelemetry <https://opentelemetry.io/>`_ client.
1111This documentation describes the :doc: `opentelemetry-api <api/api >`,
1212:doc: `opentelemetry-sdk <sdk/sdk >`, and several `integration packages <#integrations >`_.
1313
14- The library is currently stable for tracing. Support for `metrics <https://github.com/open-telemetry/opentelemetry-python/tree/metrics >`_
15- and `logging <https://github.com/open-telemetry/opentelemetry-python/tree/logs >`_ is currently under development and is considered
16- experimental.
14+ The library is currently stable for tracing. Support for :doc: `metrics <api/metrics >` and
15+ :doc: `logging <sdk/logs >` are currently under development and are considered experimental.
1716
1817Requirement
1918-----------
You can’t perform that action at this time.
0 commit comments