From 11a000dbd459a553fc1eb2698ec55a670bdcd747 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 10 Dec 2024 14:45:46 +0200 Subject: [PATCH] edits --- docs/user-guide/explore/trace-view.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/explore/trace-view.md b/docs/user-guide/explore/trace-view.md index 374e2bb7..57271d23 100644 --- a/docs/user-guide/explore/trace-view.md +++ b/docs/user-guide/explore/trace-view.md @@ -14,18 +14,22 @@ Trace View lets you to view and analyze distributed traces directly in Explore, To enable Trace View in Explore, you’ll need: * An active Logz.io Tracing account. -* A `trace_id` value for all traces. Most OpenTelemetry compliant tracing libraries automatically include `trace_id`. Use Logz.io’s collector to send your traces. +* A `traceID` or `trace_id` value for all traces. Most OpenTelemetry compliant tracing libraries automatically include traceID or trace_id. Use Logz.io’s collector to send your traces. +* A `trace_id` value for all **logs correlated with traces**. Most OpenTelemetry compliant logging libraries automatically include trace context feature to populate it. Use Logz.io’s SDKs to send your trace context propagated logs. + :::note -Logs and traces are correlated using the `traceID` or `trace_id` fields. Make sure these fields are in your data for proper integration with trace context. +Logs and traces are correlated using the `traceID`or `trace_id` fields. Make sure these fields have the same value in both logs and traces for proper integration with trace context. ::: After configuring your logs and traces, expand a log entry in Explore to verify that the Trace tab displays the associated trace data. Supported integrations for Trace context: + * [.NET](https://docs.logz.io/docs/shipping/Code/dotnet/#add-trace-context-1) * [Python](https://docs.logz.io/docs/shipping/Code/Python/#trace-context) +Additional integrations will be available in future updates. ## Viewing Traces in Explore @@ -48,6 +52,4 @@ Expand a log entry. The Trace tab will appear alongside the Log tab. If the log * **Validate Regularly**: Periodically confirm that logs and traces are correctly linked in the Trace View tab. - - For further assistance, contact our [support team](mailto:help@logz.io). \ No newline at end of file