Supported Sources
Kloudfuse collects telemetry through a set of agents and gateways. This page lists the products and systems you can monitor, the signal types available for each, and the agent or method used to collect them.
Infrastructure Platforms
Each row lists the telemetry types available per agent. Where agents differ in what they collect for the same product, the Agent / Method column breaks this down explicitly.
Kubernetes
| Platform | Telemetry | Agent / Method |
|---|---|---|
Amazon EKS |
Metrics, Logs, Traces, Events |
OTel Collector — Metrics, Logs, Traces, Events (enable AWS resource detection). |
Google GKE |
Metrics, Logs, Traces, Events |
OTel Collector — Metrics, Logs, Traces, Events (enable GCP resource detection). |
Azure AKS |
Metrics, Logs, Traces, Events |
OTel Collector — Metrics, Logs, Traces, Events (enable Azure resource detection). |
OpenShift |
Metrics, Logs, Traces, Events |
Datadog Agent — Metrics, Logs, Traces, Events. |
Self-managed Kubernetes (kubeadm, k3s, and others) |
Metrics, Logs, Traces, Events |
OTel Collector — Metrics, Logs, Traces, Events. |
Container Runtimes
| Platform | Telemetry | Agent / Method |
|---|---|---|
Docker containers |
Metrics, Logs, Traces, Events |
OTel Collector — Metrics, Logs, Traces. |
AWS ECS (EC2 launch type) |
Metrics, Logs, Traces, Events |
Datadog Agent — Metrics, Logs, Traces, Events. |
AWS Fargate (serverless containers) |
Logs, Traces |
Datadog Agent sidecar — Logs, Traces. |
Linux Hosts
The Datadog Agent and OTel Collector support any Linux distribution with a supported kernel. Specific platform examples documented in Kloudfuse are listed below. For the full OS compatibility matrix, see the Datadog Agent documentation.
| Platform | Telemetry | Agent / Method |
|---|---|---|
AWS EC2 instances |
Metrics, Logs, Traces, Events |
Datadog Agent — Metrics, Logs, Traces, Events. |
Azure Virtual Machines |
Metrics, Logs, Traces, Events |
Datadog Agent — Metrics, Logs, Traces, Events. |
GCP Compute Engine instances |
Metrics, Logs, Traces, Events |
Datadog Agent — Metrics, Logs, Traces, Events. |
On-premises / bare-metal servers |
Metrics, Logs, Traces |
OTel Collector — Metrics, Logs, Traces. |
Windows Hosts
The Kloudfuse-documented agent for Windows is the Datadog Agent 7 (x86-64). For the supported Windows Server and desktop versions, see the Datadog Agent on Windows documentation.
| Platform | Telemetry | Agent / Method |
|---|---|---|
Windows hosts (Server and Desktop) |
Metrics, Logs, Traces, Events |
Datadog Agent 7 (x86-64) — Metrics (CPU, memory, disk, network, OpenMetrics), Logs (file tail and dual-ship), Traces (APM), Events. |
Application Runtimes
These are the application languages and runtimes for which Kloudfuse can collect distributed traces and, where applicable, runtime metrics.
| Language / Runtime | Telemetry | Agent / Method |
|---|---|---|
Go |
Traces, Runtime metrics |
|
Java |
Traces, Runtime metrics |
Kloudfuse APM, OTel SDK (auto-instrumentation), Datadog Agent |
Python |
Traces, Runtime metrics |
|
Node.js / JavaScript |
Traces, Runtime metrics |
OTel SDK, OTel + prom-client (runtime metrics), Datadog Agent |
.NET |
Traces, Runtime metrics |
|
PHP |
Traces |
|
Ruby |
Traces |
|
Any Elastic APM-instrumented app |
Traces |
Elastic APM Agent — redirect the APM server URL to Kloudfuse; no code changes required. |
Any New Relic-instrumented app |
Traces |
New Relic Agent — redirect |
Databases
The Telemetry column shows what is collected: Metrics means connection/performance counters from a dedicated agent check; Traces means query-level spans captured automatically when the database client library is called from an instrumented application.
| Database | Telemetry | Agent / Method |
|---|---|---|
MongoDB |
Metrics, Traces |
Metrics: Datadog Agent integration, OTel Collector receiver. |
PostgreSQL |
Metrics, Traces |
Metrics: Datadog Agent integration, OTel Collector receiver. |
MySQL |
Traces |
Kloudfuse APM / OTel Java (JDBC driver). Datadog Agent also supports a MySQL check. |
Oracle Database |
Traces |
Kloudfuse APM / OTel Java (JDBC driver). |
Microsoft SQL Server |
Traces |
Kloudfuse APM / OTel Java (JDBC driver). |
H2 |
Traces |
Kloudfuse APM / OTel Java (JDBC driver). |
Redis |
Traces |
Kloudfuse APM / OTel Java (Jedis 1.4+ and Lettuce 4.0+). Datadog Agent also supports a Redis check. |
Elasticsearch |
Traces |
Kloudfuse APM / OTel Java (Elasticsearch client 6.0+). |
Cassandra |
Traces |
Kloudfuse APM / OTel Java (DataStax driver 3.0+). |
Couchbase |
Traces |
Kloudfuse APM / OTel Java (Couchbase client 2.0+). |
AWS DynamoDB |
Metrics, Traces |
Metrics: AWS CloudWatch Metrics ( |
AWS ElastiCache (Redis / Memcached) |
Metrics |
AWS CloudWatch Metrics ( |
AWS RDS (MySQL, PostgreSQL, Aurora, and others) |
Metrics |
AWS CloudWatch Metrics ( |
Azure Cache for Redis |
Metrics |
Azure Metrics integration ( |
Azure Database for PostgreSQL |
Metrics |
Azure Metrics integration ( |
Cloud Services
| Service | Telemetry | Agent / Method |
|---|---|---|
AWS CloudWatch (metrics) |
Metrics |
|
AWS CloudWatch (logs) |
Logs |
|
AWS CloudTrail |
Events (as logs) |
|
AWS Kinesis Firehose |
Logs |
|
AWS Lambda |
Logs, Traces |
|
AWS EventBridge |
Events |
|
Azure Monitor (metrics) |
Metrics |
|
Azure Monitor (logs) |
Logs |
|
GCP Cloud Monitoring |
Metrics |
|
GCP Cloud Logging |
Logs |
Metrics Endpoints
Any system that exposes a Prometheus-compatible metrics endpoint can be scraped and forwarded to Kloudfuse.
| Source | Telemetry | Agent / Method |
|---|---|---|
Any Prometheus scrape target |
Metrics |
Prometheus remote write — scrape with any Prometheus 2.x server, Prometheus Operator, kube-prometheus-stack, or Grafana Agent, then forward via remote write. |
Any OpenMetrics endpoint |
Metrics |
Datadog Agent OpenMetrics check or OTel Collector prometheus receiver |
VictoriaMetrics Agent scrape targets |
Metrics |
VictoriaMetrics Agent (vmagent) — forward via Prometheus remote write. |
Batch / ephemeral jobs |
Metrics |
Prometheus Pushgateway — jobs push metrics on exit; Kloudfuse scrapes the gateway. |
Log Shippers and Platforms
| Product / Platform | Telemetry | Agent / Method |
|---|---|---|
Fluent Bit |
Logs |
Fluent Bit HTTP output plugin — supports Kubernetes, Docker, ECS FireLens, and Kinesis Firehose fan-out. |
Fluentd |
Logs |
Fluentd HTTP output plugin — supports Kubernetes with metadata enrichment. |
Filebeat |
Logs |
Filebeat Elasticsearch output plugin — supports Kubernetes DaemonSet and S3 bucket ingestion. |
Heroku |
Logs |
Heroku HTTPS log drain — Logplex forwards application and system logs. |
GitHub repositories |
Events |
GitHub webhook — CI/CD and repository events forwarded for pipeline observability. |