You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdi/get-data-in/application/otel-dotnet/instrumentation/connect-traces-logs.rst
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Connect .NET trace data with logs using OpenTelemetry instrumentation
9
9
10
10
The Splunk Distribution of OpenTelemetry .NET automatically exports logs enriched with tracing context from any application that uses logging API from:
Application logs are enriched with tracing metadata and then exported to a local instance of the OpenTelemetry Collector in ``OTLP`` format.
@@ -54,8 +54,11 @@ Check compatibility and requirements
54
54
55
55
.. note:: Automatic log to trace correlation for ``Microsoft.Extensions.Logging`` only works for .NET applications. For .NET Framework use manual correlation. See :ref:`manual-trace-logs-correlation-otel`.
56
56
57
-
* ``Microsoft.Extensions.Logging`` version ``9.0.0`` and higher are supported,
58
-
* ``log4net`` version from ``2.0.13`` to ``4.0.0`` are supported. Environmental variable ``OTEL_DOTNET_AUTO_LOGS_ENABLE_LOG4NET_BRIDGE`` needs to be set to ``true``.
57
+
The following applies:
58
+
59
+
* ``Microsoft.Extensions.Logging`` version ``9.0.0`` and higher are supported
60
+
* ``log4net`` version from ``2.0.13`` to ``4.0.0`` are supported
61
+
* The environmental variable ``OTEL_DOTNET_AUTO_LOGS_ENABLE_LOG4NET_BRIDGE`` needs to be set to ``true``
0 commit comments