How enabled metrics on Mendix kubernetes application?

1
Hello Mendix Community, Anyone know how to enabled metrics on Mendix kubernetes application? Is necessary to do any aditional configuration?  I have configured a Mendix kubernetes application as statefulset as described on: https://docs.mendix.com/developerportal/deploy/run-mendix-on-kubernetes I also included annotations for metrics:       annotations:         prometheus.io/path: /metrics         prometheus.io/port: "8900"         prometheus.io/scrape: "true" The pod logs shows that “Metrics are disabled”: - Command: kubectl -n demo3-kube-ns logs demo3kube-0 - Response: (...) INFO - Metrics: Started metrics on Micrometer (...) INFO: MENDIX-INTERNAL: Metrics are disabled. (...)   Best regards and thank you in advance!
asked
2 answers
0

Hi Juliano, 

I think this Mendix doc covers it all:
https://docs.mendix.com/developerportal/deploy/private-cloud-monitor

Kind regards

answered
0

Hi Erwin,

Thanks, but the Mendix doc you indicated have no mentions to the issue I described.

That document works fine to Mendix for Private Cloud Connected and Standalone. Both solutions have Mendix Operator configured.

My scenario do not have Mendix Operator (see run-mendix-on-kubernetes doc)

Best regards.

answered