Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chaos-Monkey is not working when OpenTelemetry Agent is active #482

Open
markusschaefer opened this issue Jun 14, 2024 · 0 comments
Open

Comments

@markusschaefer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant