File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
docs/examples/multi-destination-exporting Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Installation
3939 pip install opentelemetry-sdk
4040 pip install opentelemetry-exporter-otlp-proto-grpc
4141 pip install opentelemetry-exporter-otlp-proto-http
42+ pip install opentelemetry-instrumentation-logging # For LoggingHandler
4243
4344 Run the Example
4445---------------
@@ -56,7 +57,7 @@ a running collector.
5657Useful links
5758------------
5859
59- - `OTLP multi-destination exporting spec <https://opentelemetry.io/docs/specs/otlp/#multi-destination-exporting >`_
60+ - `OTLP multi-destination exporting specification <https://opentelemetry.io/docs/specs/otlp/#multi-destination-exporting >`_
6061- OpenTelemetry _
6162- :doc: `../../api/trace `
6263
Original file line number Diff line number Diff line change 2727from opentelemetry .exporter .otlp .proto .http ._log_exporter import (
2828 OTLPLogExporter as HttpLogExporter ,
2929)
30+
31+ # this is available in the opentelemetry-instrumentation-logging package
3032from opentelemetry .instrumentation .logging .handler import LoggingHandler
3133from opentelemetry .sdk ._logs import LoggerProvider
3234from opentelemetry .sdk ._logs .export import (
You can’t perform that action at this time.
0 commit comments