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
I have a simple Springboot Application with a RestController that Returns "Hello World" on a GET Request. I have activated chaos-monkey as described in the docs and everything is fine. When I add the ENV variable JAVA_TOOL_OPTIONS="-javaagent:PATH/TO/opentelemetry-javaagent.jar stops working.
Expected Behavior
Chaos-Monkey should also work if an OpenTelemetry agent is running
Current Behavior
Chaos-Monkey stops doing anything. There is no log entry.
Steps to Reproduce
Create a Spring Boot Application with a simple RestController, Chaos-Monkey Dependency and OpenTelemety Agent
Context (Environment)
springboot version: 3.2.5
Java 21
The text was updated successfully, but these errors were encountered:
I have a simple Springboot Application with a RestController that Returns "Hello World" on a GET Request. I have activated chaos-monkey as described in the docs and everything is fine. When I add the ENV variable
JAVA_TOOL_OPTIONS="-javaagent:PATH/TO/opentelemetry-javaagent.jar
stops working.Expected Behavior
Chaos-Monkey should also work if an OpenTelemetry agent is running
Current Behavior
Chaos-Monkey stops doing anything. There is no log entry.
Steps to Reproduce
Create a Spring Boot Application with a simple RestController, Chaos-Monkey Dependency and OpenTelemety Agent
Context (Environment)
springboot version: 3.2.5
Java 21
The text was updated successfully, but these errors were encountered: