Commit d0f4ca8
committed
Merge branch 'master' into quentin/windows-omnibus-5.0
* master: (53 commits)
[nginx] Update example config
[service_discovery] Add a Zookeeper service discovery implementation.
[aggregator] if sample rate is bad, fix it but still parse tags. (#3073)
[yarn] whitelist authorized application_tags
Alex poe/update jmx with refresh beans (#3068)
[config] Fix `_is_affirmative` when passed argument is `None` (#3063)
Send all configured tags with process checks. (#2976)
fix flake8 errors
[flare] ignore whitespace before proxy credentials
[core] add a switch to disable profiling, but still use developer mode (#2898)
[tests] allow tests to use the additional_checksd parameter (#3056)
[service_discovery][jmx] trying to pick-up JMX changes with SD. (#3010)
[install_script] Make `dd-agent` group of `datadog.conf` (#3036)
[postgres] Allow disable postgresql.database_size (#3035)
[core] Fixes IndexError for process lookup (#3043)
remove warning message leaking password strings (#3053)
trap psutil.NoSuchProcess exception (#3052)
Fix grammar and casing in exception text (#3050)
allow override of kubelet host with KUBERNETES_KUBELET_HOST env var
[service discovery] properly handle config reload for removed containers
...File tree
70 files changed
+4562
-762
lines changed- checks.d
- checks
- system
- ci
- resources/haproxy
- conf.d
- packaging/datadog-agent/source
- tests
- checks
- fixtures
- kubernetes
- mesos_master
- mesos_slave
- riakcs
- integration
- mock
- core
- fixtures/flare
- utils
- kubernetes
- service_discovery
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+4562
-762
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
4 | 31 | | |
5 | 32 | | |
6 | 33 | | |
| |||
3609 | 3636 | | |
3610 | 3637 | | |
3611 | 3638 | | |
| 3639 | + | |
3612 | 3640 | | |
3613 | 3641 | | |
3614 | 3642 | | |
| |||
3644 | 3672 | | |
3645 | 3673 | | |
3646 | 3674 | | |
| 3675 | + | |
3647 | 3676 | | |
| 3677 | + | |
| 3678 | + | |
| 3679 | + | |
| 3680 | + | |
| 3681 | + | |
| 3682 | + | |
| 3683 | + | |
| 3684 | + | |
3648 | 3685 | | |
| 3686 | + | |
3649 | 3687 | | |
3650 | 3688 | | |
3651 | 3689 | | |
| |||
3736 | 3774 | | |
3737 | 3775 | | |
3738 | 3776 | | |
| 3777 | + | |
3739 | 3778 | | |
3740 | 3779 | | |
3741 | 3780 | | |
| |||
3751 | 3790 | | |
3752 | 3791 | | |
3753 | 3792 | | |
| 3793 | + | |
3754 | 3794 | | |
3755 | 3795 | | |
3756 | 3796 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
58 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
59 | 74 | | |
60 | 75 | | |
61 | 76 | | |
| |||
80 | 95 | | |
81 | 96 | | |
82 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
83 | 101 | | |
84 | 102 | | |
85 | 103 | | |
| |||
105 | 123 | | |
106 | 124 | | |
107 | 125 | | |
| 126 | + | |
108 | 127 | | |
109 | 128 | | |
110 | 129 | | |
| |||
114 | 133 | | |
115 | 134 | | |
116 | 135 | | |
| 136 | + | |
| 137 | + | |
117 | 138 | | |
118 | 139 | | |
119 | 140 | | |
120 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
121 | 147 | | |
122 | 148 | | |
123 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
124 | 153 | | |
125 | 154 | | |
126 | 155 | | |
| |||
218 | 247 | | |
219 | 248 | | |
220 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
221 | 267 | | |
222 | 268 | | |
223 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
224 | 276 | | |
225 | 277 | | |
226 | 278 | | |
| |||
241 | 293 | | |
242 | 294 | | |
243 | 295 | | |
| 296 | + | |
| 297 | + | |
244 | 298 | | |
245 | 299 | | |
246 | 300 | | |
247 | 301 | | |
248 | 302 | | |
249 | 303 | | |
250 | | - | |
| 304 | + | |
251 | 305 | | |
252 | 306 | | |
253 | 307 | | |
| |||
344 | 398 | | |
345 | 399 | | |
346 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
347 | 447 | | |
348 | 448 | | |
349 | 449 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
| 496 | + | |
496 | 497 | | |
497 | 498 | | |
498 | | - | |
| 499 | + | |
499 | 500 | | |
500 | 501 | | |
501 | | - | |
| 502 | + | |
502 | 503 | | |
503 | 504 | | |
504 | 505 | | |
| |||
0 commit comments