Hello, I want to connect my mendix apps hosted on kubernetes using Docker mendix buildpack (v6.0.0) with opentelemetry and send logs from app to opentelemetry. I tried to install opentelemetry-instrument and it works but... only for buildpack python script. Last log that i see it : "Runtime database is now available" So its seems to me that Runtime require Java opentelemetry Agent. Have anyone of you had this problem in the past and know how to handle it ? :) Thanks !