Thanks for your reply.
Yes we are using docker container in K8s environment. As per documentation This is only supported for wildfly and tomcat distributions.. Is there any particular reason why this is not included in Run image tag?
To enable Prometheus JMX Exporter inside the container you can set the environment variable JMX_PROMETHEUS=true on startup of the container. This will allow you to get metrics in Prometheus format at <host>:9404/metrics . For configuring exporter you need attach your configuration as a container volume at /camunda/javaagent/prometheus-jmx.yml . This is only supported for wildfly and tomcat distributions.
The ticket is about Prometheus support in the Camunda Spring Boot Starter. Since Camunda Platform Run is based on the Camunda Spring Boot Starter, this ticket covers both environments.