Skip to content

Commit

Permalink
update link to java repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jan 13, 2025
1 parent 6080856 commit c702a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This blog post shows how to set up this solution step by step.
{{% alert title="Note" color="info" %}}

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

{{% /alert %}}
Expand Down Expand Up @@ -371,7 +371,7 @@ balance by providing highly contextualized logs that can be correlated with
traces and metrics.
If any of the steps are unclear or you encounter issues, check this
[sample application deployed on Kubernetes](https://github.com/grafana/docker-otel-lgtm/tree/main/examples/java/json-logging-otlp),
[sample application deployed on Kubernetes](https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/logging-k8s-stdout-otlp-json/README.md),
which is continuously updated and tested against the latest versions.
Any feedback or questions? Reach out on
Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/languages/java/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ context into Log4j", "Bridge OpenTelemetry context into Logback" entries.
{{% alert title="Note" color="info" %}}

An end-to-end example of log instrumentation using stdout is available in the
[Collecting OpenTelemetry-compliant Java logs from files](/blog/2024/collecting-otel-compliant-java-logs-from-files/)
blog post.
[Java examples repository](https://github.com/open-telemetry/opentelemetry-java-examples/blob/main/logging-k8s-stdout-otlp-json/README.md).

{{% /alert %}}

0 comments on commit c702a67

Please sign in to comment.