datadog/datadog-agent

Main repository for Datadog Agent

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 18th, 2026
Created on January 19th, 2016
Open Issues & Pull Requests: 754 (+0)
GitHub issues: Enabled
Number of forks: 1,495
Total Stargazers: 3,733 (+0)
Total Subscribers: 521 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.1 days
Mean response time: 384.9 days
90th percentile: 1633.7 days
Tracked items: 935

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 6% of issues opened in the past year have never received a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "oss/0" is answered fastest, typically in about 2 days, while "oss/1" waits about 3 months. 76% of issues opened in the past year have been closed, leaving a working backlog. Three people close 66% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 69
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 833 days
Stale 30+ days: 56
Stale 90+ days: 43

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • auto-closed (490)
  • stale (419)
  • oss/0 (140)
  • team/triage (111)
  • pending (82)
  • team/container-platform (81)
  • oss/1 (70)
  • team/agent-apm (53)

Detailed Description

Datadog Agent is a monitoring and observability agent that collects metrics, logs, traces, and profiling data from systems and applications.

The agent solves the problem of gathering comprehensive observability signals across distributed systems. It works by running as a daemon process that instruments applications and infrastructure, collecting metrics, distributed traces, logs, and profiling information. The agent supports open standards like OpenTelemetry and integrates with the Datadog platform for centralized analysis and visualization of this observability data.

Organizations running containerized or cloud-native infrastructure should consider this tool if they need unified visibility across their systems. It suits projects that require APM instrumentation, distributed tracing across microservices, and correlated metrics and logs. The agent is available in prepackaged binaries for straightforward installation across multiple platforms.

Development activity shows sustained engineering effort across multiple dimensions. The project maintains active support for multiple major versions of the agent codebase. The codebase spans multiple programming languages, with core components written in Go alongside specialized BPF code for kernel-level instrumentation. The team publishes developer documentation covering both how to use the agent and how to contribute to its development. The project accepts external contributions through a documented contribution process.