Skip to content

Commit

Permalink
Remove links to metrics/logs feature branches from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Nov 4, 2021
1 parent d20f4b3 commit 0d5b091
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/examples/logs/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenTelemetry Logs SDK
======================

.. warning::
OpenTelemetry Python logs are in an experimental state. The APIs within
:mod:`opentelemetry.sdk._logs` are subject to change in minor/patch releases and make no
backward compatability guarantees at this time.

Start the Collector locally to see data being exported. Write the following file:

.. code-block:: yaml
Expand Down
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ The Python `OpenTelemetry <https://opentelemetry.io/>`_ client.
This documentation describes the :doc:`opentelemetry-api <api/api>`,
:doc:`opentelemetry-sdk <sdk/sdk>`, and several `integration packages <#integrations>`_.

The library is currently stable for tracing. Support for `metrics <https://github.com/open-telemetry/opentelemetry-python/tree/metrics>`_
and `logging <https://github.com/open-telemetry/opentelemetry-python/tree/logs>`_ is currently under development and is considered
experimental.
The library is currently stable for tracing. Support for :doc:`metrics <api/metrics>` and
:doc:`logging <sdk/logs>` are currently under development and are considered experimental.

Requirement
-----------
Expand Down

0 comments on commit 0d5b091

Please sign in to comment.