Skip to content

Commit c702a67

Browse files
committed
update link to java repo
1 parent 6080856 commit c702a67

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/en/blog/2024/collecting-otel-compliant-java-logs-from-files/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This blog post shows how to set up this solution step by step.
5353
{{% alert title="Note" color="info" %}}
5454

5555
Blog post instructions can easily get outdated. In case of issues, check this
56-
[sample application deployed on Kubernetes](https://github.com/grafana/docker-otel-lgtm/tree/main/examples/java/json-logging-otlp),
56+
[sample application deployed on Kubernetes](https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/logging-k8s-stdout-otlp-json/README.md),
5757
which is continuously updated and tested against the latest versions.
5858

5959
{{% /alert %}}
@@ -371,7 +371,7 @@ balance by providing highly contextualized logs that can be correlated with
371371
traces and metrics.
372372
373373
If any of the steps are unclear or you encounter issues, check this
374-
[sample application deployed on Kubernetes](https://github.com/grafana/docker-otel-lgtm/tree/main/examples/java/json-logging-otlp),
374+
[sample application deployed on Kubernetes](https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/logging-k8s-stdout-otlp-json/README.md),
375375
which is continuously updated and tested against the latest versions.
376376
377377
Any feedback or questions? Reach out on

content/en/docs/languages/java/instrumentation.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ context into Log4j", "Bridge OpenTelemetry context into Logback" entries.
240240
{{% alert title="Note" color="info" %}}
241241

242242
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.
243+
[Java examples repository](https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/logging-k8s-stdout-otlp-json/README.md).
245244

246245
{{% /alert %}}

0 commit comments

Comments
 (0)