diff --git a/Dockerfile b/Dockerfile index 55451e26..72dc0533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,4 @@ WORKDIR / COPY --from=builder /workspace/manager . USER 65532:65532 -ENTRYPOINT ["/manager"] +ENTRYPOINT ["/manager"] \ No newline at end of file diff --git a/README.md b/README.md index 45467262..1b920bcd 100644 --- a/README.md +++ b/README.md @@ -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.