Skip to content

Commit 7127c68

Browse files
committed
update ending & links
1 parent 414c61b commit 7127c68

File tree

1 file changed

+5
-3
lines changed
  • docs/examples/multi-destination-exporting

1 file changed

+5
-3
lines changed

docs/examples/multi-destination-exporting/README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,17 @@ Run the Example
5050
python multi_destination_metrics.py
5151
python multi_destination_logs.py
5252
53-
The output will be shown in the console for the ``ConsoleSpanExporter``
54-
and ``ConsoleMetricExporter`` destinations. The OTLP destinations require
55-
a running collector.
53+
The output will be shown in the console for the ``ConsoleSpanExporter``,
54+
``ConsoleMetricExporter``, and ``ConsoleLogRecordExporter`` destinations.
55+
The OTLP destinations require a running collector.
5656

5757
Useful links
5858
------------
5959

6060
- `OTLP multi-destination exporting specification <https://opentelemetry.io/docs/specs/otlp/#multi-destination-exporting>`_
6161
- OpenTelemetry_
6262
- :doc:`../../api/trace`
63+
- :doc:`../../api/metrics`
64+
- :doc:`../../api/_logs`
6365

6466
.. _OpenTelemetry: https://github.com/open-telemetry/opentelemetry-python/

0 commit comments

Comments
 (0)