Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit cf08adc

Browse files
authored
Merge pull request #1760 from Kielek/patch-1
.NET - log-traces correlation - avoid suggesting exact field names
2 parents a22ba2e + 4fae1e4 commit cf08adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gdi/get-data-in/application/otel-dotnet/instrumentation/connect-traces-logs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Trace metadata in log statements
6969

7070
Individual log records, if exported inside the scope of an active activity, contain the following trace context information:
7171

72-
* ``TraceId``
73-
* ``SpanId``
74-
* ``TraceFlags``
72+
* Trace identifier
73+
* Span identifier
74+
* Trace flags
7575

7676
Logs produced by an application always have the following set of OpenTelemetry :new-page:`resource attributes <https://github.com/open-telemetry/opentelemetry-specification/tree/4f23dce407b6fcaba34a049df7c3d41cdd58cb77/specification/resource/semantic_conventions>`:
7777

0 commit comments

Comments
 (0)