Skip to content

Commit 41c5f99

Browse files
authored
Remove links to metrics/logs feature branches from docs (#2261)
1 parent d20f4b3 commit 41c5f99

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/examples/logs/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenTelemetry 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+
49
Start the Collector locally to see data being exported. Write the following file:
510

611
.. code-block:: yaml

docs/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ The Python `OpenTelemetry <https://opentelemetry.io/>`_ client.
1111
This 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

1817
Requirement
1918
-----------

0 commit comments

Comments
 (0)