You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/_edot-sdks/java/setup/index.md
+2
Original file line number
Diff line number
Diff line change
@@ -82,4 +82,6 @@ When modifying the JVM command line arguments is not possible, the `JAVA_TOOL_OP
82
82
to provide the `-javaagent:` argument or JVM system properties. When `JAVA_TOOL_OPTIONS` is set, all JVMs will automatically
83
83
use it, thus special care should be taken to limit the scope to the relevant JVMs.
84
84
85
+
Also, some application servers require manual steps or modification of their configuration files, see [dedicated instructions](https://opentelemetry.io/docs/zero-code/java/agent/server-config/) for more details.
86
+
85
87
For applications deployed with Kubernetes, we recommend using [OpenTelemetry Operator](./k8s).
0 commit comments