You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Datadog Agent faithfully collects events and metrics and brings
4
-
them to [Datadog](https://app.datadoghq.com) on your behalf so that
5
-
you can do something useful with your monitoring and performance data.
3
+
# Important note
6
4
7
-
You're looking at the source code right now. We provide a number of
8
-
pre-packaged binaries for your convenience for both [Agent 5](https://app.datadoghq.com/account/settings?agent_version=5#agent) and [Agent 6]((https://app.datadoghq.com/account/settings#agent)).
5
+
This repository contains the source code for the Datadog Agent up to and including
6
+
major version 5.
7
+
Although still supported, no major feature is planned for this release line and we
8
+
encourage users and contributors to refer to the new Agent codebase, introduced
9
+
with the release of version 6.0.0 and tracked in
10
+
[a different git repository](https://github.com/DataDog/datadog-agent).
9
11
10
-
See the [Datadog Agent Repo](https://github.com/DataDog/datadog-agent) for the source code for Agent 6.
12
+
## Changes
11
13
12
-
Note: this repository does not contain the sources of the Trace Agent that
13
-
collects traces for the APM feature. If you choose the installation from source
14
-
or the Windows and Mac OS X builds you will need to install the Trace Agent
15
-
separately. See
16
-
[dd-trace-agent](https://github.com/DataDog/datadog-trace-agent) for
17
-
instructions.
14
+
Please refer to the [Change log](https://github.com/DataDog/dd-agent/blob/master/CHANGELOG.md)
15
+
for more details about the changes introduced at each release.
All checks have been moved to the [Integration SDK](https://github.com/DataDog/integrations-core). Please look there to submit related issues, PRs, or review the latest changes.
38
-
39
-
## Setup your environment
30
+
### Setup your environment
40
31
41
32
Required:
42
-
- python 2.7
43
-
- bundler (to get it: `gem install bundler`)
33
+
34
+
* python 2.7
35
+
* bundler (to get it: `gem install bundler`)
44
36
45
37
```
46
38
# Clone the repository
@@ -61,23 +53,28 @@ bundle exec rake lint
61
53
bundle exec rake ci:run[apache]
62
54
```
63
55
64
-
## Test suite
56
+
## Integrations
57
+
58
+
All checks have been moved to the [Integrations Core](https://github.com/DataDog/integrations-core) repo.
59
+
Please look there to submit related issues, PRs, or review the latest changes.
60
+
61
+
## Tests
65
62
66
63
More about how to write tests and run them [here](tests/README.md)
67
64
68
-
# How to configure the Agent
65
+
##How to configure the Agent
69
66
70
67
If you are using packages on linux, the main configuration file lives
71
68
in `/etc/dd-agent/datadog.conf`. Per-check configuration files are in
72
69
`/etc/dd-agent/conf.d`. We provide an example in the same directory
73
70
that you can use as a template.
74
71
75
-
# How to write your own checks
72
+
##How to write your own checks
76
73
77
74
Writing your own checks is easy using our checks.d interface. Read more about
78
75
how to use it on our [Guide to Agent Checks](http://docs.datadoghq.com/guides/agent_checks/).
0 commit comments