Datadog on premise

0
Hi,  I'm wondering if Datadog can be configured for a on premise Mendix application. Is this possible and if so is there any information on how to set this up? Thanks, Coen
asked
1 answers
1

The Datadog integration relies on features in the Mendix Cloud Foundry buildpack, which is used:

  • In the Mendix Cloud
  • For other Cloud Foundry deployments
  • As the basis for the Docker buildpack

 

Here are the setup instructions in the CF buildpack (which also apply for Docker): https://github.com/mendix/cf-mendix-buildpack#datadog 

So, you should be able to use Datadog if you’re running one of the buildpacks in your environment. If you’re running a pure on-premise configuration on Windows or Linux, I think you’ll need to treat the Mendix app like a Java application and integrate Datadog yourself.

answered