Skip to content

Commit

Permalink
chore(docs): Add java support to readme (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanciop authored Jan 7, 2025
1 parent 088b15c commit 076cea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532

ENTRYPOINT ["/manager"]
ENTRYPOINT ["/manager"]
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ runtimes, automatic log collection and metrics.

Auto-instrumentation if supported for the following runtimes:

* Node.js 18 and beyond, using [Dash0 Node.js OpenTelemetry Distribution](https://github.com/dash0hq/opentelemetry-js-distribution)
* Node.js 18+, using [Dash0 Node.js OpenTelemetry distribution](https://github.com/dash0hq/opentelemetry-js-distribution)
* Java 8+, using the [OpenTelemetry Java agent](https://github.com/open-telemetry/opentelemetry-java-instrumentation)

For more information on how the Dash0 operator automatically traces your applications, see the [Automatic Workload Instrumentation](https://artifacthub.io/packages/helm/dash0-operator/dash0-operator#automatic-workload-instrumentation) section of the Dash0 operator Helm chart documentation.

Expand Down

0 comments on commit 076cea6

Please sign in to comment.