Possible to scrape Metrics using Prometheus or other 3rd party service.

0
Hi there, This is one of those questions, but is it at all possible to scrape microflow/service specific metrics out of a Mendix app, inside of the Mendix cloud? Our company uses Prometheus as a standard, but would appreciate any other suggestions. We would like to monitor how many kafka events are being published vs how many are actually inserted into the DB.  The alternative we are thinking about, is capturing these metrics and exposing it via a service or inserting them into a DB to be scraped by Prometheus, but would prefer if we could have a pull method of collecting the metrics, rather than a push. Thank you!
asked
1 answers
1

Hi there,

Just answering my own question here:

Mendix supports Datadog for cloud monitoring. You can find more information on this on:
https://docs.mendix.com/developerportal/operate/datadog-metrics
 

Regards,

answered