# datadog-agent **Repository Path**: mirrors_DataDog/datadog-agent ## Basic Information - **Project Name**: datadog-agent - **Description**: Main repository for Datadog Agent - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Datadog Agent ![GitHub Release](https://img.shields.io/github/v/release/DataDog/datadog-agent?style=flat&logo=datadog&logoColor=%23632CA6&labelColor=%23FFF&color=%23632CA6) [![Coverage status](https://codecov.io/github/DataDog/datadog-agent/coverage.svg?branch=main)](https://codecov.io/github/DataDog/datadog-agent?branch=main) [![GoDoc](https://godoc.org/github.com/DataDog/datadog-agent?status.svg)](https://godoc.org/github.com/DataDog/datadog-agent) This repository contains the source code of the Datadog Agent version 7 and version 6. Please refer to the [Agent user documentation](https://docs.datadoghq.com/agent/) for information about differences between Agent v5, Agent v6 and Agent v7. Additionally, we provide a list of prepackaged binaries for an easy install process [here](https://app.datadoghq.com/fleet/install-agent/latest?platform=overview). ## Documentation The [developer docs site](https://datadoghq.dev/datadog-agent/setup/) contains information about how to develop the Datadog Agent itself. The source of the content is located under [the docs directory](docs) and may contain pages that are not yet published. ## Contributing code You'll find information and help on how to contribute code to this project under [the `docs/dev` directory](docs/dev) of the present repo. ## License The Datadog Agent user space components are licensed under the [Apache License, Version 2.0](LICENSE). The BPF code is licensed under the [General Public License, Version 2.0](pkg/ebpf/c/COPYING).