Reviewing supported integrations
It has been already mentioned that Datadog provides integrations for a lot of third-party platform components. Some of them, such as Apache, NGINX, Docker, MySQL, and the like, are more important than the rest because of their ubiquitous use across a variety of software applications. In this section, we will look at the important integrations and call out points of any importance.
Datadog provides three different options for integrating platform components:
- Agent-based: In the example we saw earlier in this chapter, the Datadog Agent configuration had to be updated to enable the integration. That is required because the platform component, NGINX in the example, runs on a host. It could be run as a microservice also and yet an agent is needed to monitor that environment. Essentially, the integration in that case is managed by the local agent. The Datadog Agent is shipped with official integrations and they are readily available as we saw in...