Hello, I have tried adding opentelemetry to NiFi by running the OpenTelemetry javaagent ( https://opentelemetry.io/docs/instrumentation/java/getting-started/#instrumentation) with NiFi and it mostly works. I am able to see spans created by jetty, reddison, etc. However NiFi also dies and gets restarted by the bootstrap program:
2023-09-08 15:04:52,560 WARN [main] org.apache.nifi.bootstrap.RunNiFi Apache NiFi appears to have died. Restarting... I can't seem to find any stack traces or anything to indicate why it fell over in any of the logs. In principle is there anything wrong with running the OpenTelemetry java agent with NiFi? Has anyone successfully done what I am trying before? Thanks, Eric
