When comparing Prometheus vs Data Dog, the Slant community recommends Prometheus for most people. In the question“What are the best server performance monitoring tools?” Prometheus is ranked 4th while Data Dog is ranked 11th. The most important reason people chose Prometheus is:
Available as Docker images on Quay.io or Docker Hub, read article [Monitoring Containerized Application Health with Docker](https://blog.sixeyed.com/monitoring-containerized-application-health-with-docker/).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Docker image
Available as Docker images on Quay.io or Docker Hub, read article Monitoring Containerized Application Health with Docker.

Pro Powerful query language
The Prometheus query language allows you to slice and dice the dimensional data for ad-hoc exploration, graphing, and alerting.

Pro Alerting
Alerts are defined using the same powerful query language described above. A separate binary, the Alertmanager, handles alert notifications and aggregations and enables silencing by any label set. If an alert fires, Alertmanager can send an email or page you through an external alerting service like PagerDuty.
Nagios plugin is also offered as a bridge from the parts that are already monitored by Prometheus to the existing Nagios alerting set-up that many companies have in place.

Pro Dashboards
The one-stop solution for the fanciest dashboards is PromDash, a GUI-based dashboard builder with a SQL backend. It talks to any number of Prometheus servers via an HTTP API and graphs their data in highly configurable dashboards. Even Graphite graphs can be included.
Pro Supported by TeamCity
TeamCity 2019.2.2 provides metrics for Prometheus.

Pro Scalable data collection and decentralized architecture
You can reliably monitor the many instances of your services, and independent teams can set up independent monitoring servers.

Pro Simplicity
You can spin up a monitoring server where and when you want, even on your local workstation, without setting up a distributed storage backend or reconfiguring the world.

Pro A multi-dimensional data model, so that data can be sliced and diced at will, along dimensions like instance, service, endpoint, and method.
Prometheus fundamentally stores all data as time series: streams of timestamped values belonging to the same metric and the same set of labeled dimensions. Timestamps have a millisecond resolution, while values are always 64-bit floats.
The metric name specifies the general feature of a system that is measured. For example, a metric to count the total number of HTTP requests received by an API server might be called api_http_requests_total. Adding labels (key/value pairs) to this metric enables Prometheus's dimensional data model: any given combination of labels for the same metric name results in a separate time series.
Pro Limited free tier
5 VMs with 24h history and no alerts for free.
Pro Docker support
The Datadog Agent container runs with the other containers on a host. It collects metrics from neighboring containers and from the host. It can monitor 10 or 20 containers free per host license.
Cons
Con Needs configuration
Not as easy to deploy as some other tools.
Con $15/host/month is quite expensive
If you are running big fat systems which are probably bare metal, DataDog may be a very good fit. But if you are running small virtual machines you may discover that its somewhat expensive price can become a real problem.
