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 1
1
OpenTelemetry Logs SDK
2
2
======================
3
3
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
+
4
9
Start the Collector locally to see data being exported. Write the following file:
5
10
6
11
.. code-block :: yaml
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ The Python `OpenTelemetry <https://opentelemetry.io/>`_ client.
11
11
This documentation describes the :doc: `opentelemetry-api <api/api >`,
12
12
:doc: `opentelemetry-sdk <sdk/sdk >`, and several `integration packages <#integrations >`_.
13
13
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.
17
16
18
17
Requirement
19
18
-----------
You can’t perform that action at this time.
0 commit comments