We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb8429 commit c214afdCopy full SHA for c214afd
content/en/docs/languages/java/instrumentation.md
@@ -236,3 +236,11 @@ document.
236
Log correlation with traces is available by installing a [shim](#shims) to
237
bridge OpenTelemetry context into the log framework. See "Bridge OpenTelemetry
238
context into Log4j", "Bridge OpenTelemetry context into Logback" entries.
239
+
240
+{{% alert title="Note" color="info" %}}
241
242
+An end-to-end example of log instrumentation using stdout is available in the
243
+[Collecting OpenTelemetry-compliant Java logs from files](/blog/2024/collecting-otel-compliant-java-logs-from-files/)
244
+blog post.
245
246
+{{% /alert %}}
0 commit comments