-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathconfig.toml
More file actions
249 lines (222 loc) · 7.86 KB
/
Copy pathconfig.toml
File metadata and controls
249 lines (222 loc) · 7.86 KB
1
2
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
# Validations to run with `ddev validate all`.
# Each entry must match a known validation name.
# Remove an entry to skip that validation for this repo.
validations = [
"agent-reqs",
"ci",
"codeowners",
"config",
"dep",
"http",
"imports",
"integration-style",
"jmx-metrics",
"labeler",
"legacy-signature",
"license-headers",
"licenses",
"metadata",
"models",
"openmetrics",
"package",
"readmes",
"saved-views",
"version",
]
[overrides.display-name]
datadog_checks_base = "Datadog Checks Base"
datadog_checks_dev = "Datadog Checks Dev"
datadog_checks_downloader = "Datadog Checks Downloader"
ecs_fargate = "Amazon ECS Fargate"
fluentd = "Fluentd"
kube_scheduler = "Kubernetes Scheduler"
nfsstat = "NFSstat"
nginx = "NGINX"
nginx_ingress_controller = "NGINX Ingress Controller"
openstack_controller = "OpenStack Controller"
pulsar = "Pulsar"
teamcity = "TeamCity"
win32_event_log = "Windows Event Log"
krakend = "KrakenD"
lustre = "Lustre"
prefect = "Prefect"
n8n = "n8n"
control_m = "Control-M"
[overrides.metrics-prefix]
krakend = "krakend.api."
lustre = "lustre."
prefect = "prefect.server."
n8n = "n8n."
control_m = "control_m."
[overrides.ci.ddev]
platforms = ["linux", "windows"]
[overrides.ci.datadog_checks_base]
platforms = ["linux", "windows"]
[overrides.ci.datadog_checks_dev]
platforms = ["linux", "windows"]
[overrides.ci.datadog_checks_downloader]
platforms = ["linux", "windows"]
[overrides.ci.disk]
platforms = ["linux", "windows"]
[overrides.ci.dns_check]
platforms = ["linux", "windows"]
[overrides.ci.hyperv]
exclude = true
[overrides.ci.ibm_mq]
platforms = ["linux", "windows"]
[overrides.ci.network]
platforms = ["linux", "windows"]
[overrides.ci.sqlserver]
platforms = ["windows", "linux"]
runners = { windows = ["windows-2022"] }
[overrides.ci.tcp_check]
platforms = ["linux", "windows"]
[overrides.ci.tokumx]
exclude = true
[overrides.dependencies.licenses]
# https://github.com/aerospike/aerospike-client-python/blob/master/LICENSE
aerospike = ['Apache-2.0']
# https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/LICENSE
azure-identity = ['MIT']
# https://github.com/pyca/cryptography/blob/main/LICENSE
cryptography = ['Apache-2.0', 'BSD-3-Clause', 'PSF']
# https://github.com/rthalley/dnspython/blob/master/LICENSE
dnspython = ['ISC']
# https://github.com/scientific-python/lazy-loader/blob/main/LICENSE.md
lazy-loader = ['BSD-3-Clause']
# https://github.com/cannatag/ldap3/blob/dev/COPYING.txt
ldap3 = ['LGPL-3.0-only']
# https://cloudera.github.io/cm_api/
cm-client = ['Apache-2.0']
# https://github.com/oauthlib/oauthlib/blob/master/LICENSE
oauthlib = ['BSD-3-Clause']
# https://github.com/hajimes/mmh3/blob/master/LICENSE
mmh3 = ['CC0-1.0']
# https://github.com/paramiko/paramiko/blob/master/LICENSE
paramiko = ['LGPL-2.1-only']
# https://github.com/psycopg/psycopg/blob/master/LICENSE.txt
psycopg = ['LGPL-3.0-only']
# https://github.com/mongodb/mongo-python-driver/blob/master/LICENSE
pymongo = ['Apache-2.0']
# https://github.com/requests/requests-kerberos/pull/123
requests-kerberos = ['ISC']
# https://github.com/requests/requests-ntlm/blob/master/LICENSE
requests-ntlm = ['ISC']
# https://gitlab.com/thelabnyc/requests-unixsocket2/-/blob/master/LICENSE
# For of the original. The license on PyPI is incorrect. Issue filed here:
# https://gitlab.com/thelabnyc/requests-unixsocket2/-/issues/4
requests-unixsocket2 = ['ISC']
# https://github.com/rethinkdb/rethinkdb-python/blob/master/LICENSE
rethinkdb = ['Apache-2.0']
# https://github.com/ijl/orjson/blob/master/LICENSE-APACHE
# https://github.com/ijl/orjson/blob/master/LICENSE-MIT
orjson = ['Apache-2.0', 'MIT', 'MPL-2.0']
# https://github.com/python-semver/python-semver/blob/master/LICENSE.txt
semver = ['BSD-3-Clause']
# https://github.com/simplejson/simplejson/blob/master/LICENSE.txt
simplejson = ['MIT']
# https://github.com/Supervisor/supervisor/blob/master/LICENSES.txt
supervisor = ['BSD-3-Clause-Modification']
# https://github.com/prometheus/client_python/issues/1110
prometheus-client = ['Apache-2.0']
# https://github.com/GrahamDumpleton/wrapt/blob/develop/LICENSE
wrapt = ['BSD-3-Clause']
[overrides.dependencies.repo]
PyYAML = 'https://github.com/yaml/pyyaml'
dnspython = 'https://github.com/rthalley/dnspython'
foundationdb = 'https://github.com/apple/foundationdb'
in-toto = 'https://github.com/in-toto/in-toto'
lxml = 'https://github.com/lxml/lxml'
packaging = 'https://github.com/pypa/packaging'
paramiko = 'https://github.com/paramiko/paramiko'
protobuf = 'https://github.com/protocolbuffers/protobuf'
redis = 'https://github.com/redis/redis-py'
requests = 'https://github.com/psf/requests'
requests-toolbelt = 'https://github.com/requests/toolbelt'
service-identity = 'https://github.com/pyca/service-identity'
supervisor = 'https://github.com/Supervisor/supervisor'
tuf = 'https://github.com/theupdateframework/python-tuf'
[overrides.validate.openmetrics]
exclude = [
"kube_apiserver_metrics",
"kube_controller_manager",
"kube_scheduler",
"openmetrics",
]
[overrides.validate.labeler]
include = ["datadog_checks_tests_helper"]
[overrides.validate.metrics]
exclude = [
'disk',
'go-metro',
'http_check',
'kubelet',
'kubevirt',
'kubevirt_api',
'kubevirt_handler',
'kubevirt_controller',
'kubernetes_state',
'network',
'ntp',
'process',
'system_core',
'system_swap',
'tcp_check',
]
unsorted = [
'couch', # tests depend on the order for now
'envoy',
'ibm_ace',
'istio',
'otel',
]
# Use this to validate the name of the integration that must appear in each row of the metadata.csv file
# This integrations for historical reasons do not have a name in metadata that aligns with their
# display name.
[overrides.validate.metadata.integration]
ecs_fargate = "amazon_fargate"
kube_scheduler = "kube_scheduler"
nginx_ingress_controller = "nginx-ingress-controller"
[overrides.dep.updates]
exclude = [
'pyasn1', # https://github.com/pyasn1/pyasn1/issues/52
'pysnmp', # Breaking snmp tests
'aerospike', # v8+ breaks agent build.
'confluent-kafka',
# https://github.com/DataDog/integrations-core/pull/16080
'lxml',
'psutil',
'pyvmomi', # 9+ has breaking changes
'pymongo', # Upgrade from 4.8.0 to 4.10.1 causes "AttributeError: module 'pymongo' has no attribute 'mongo_client'"
'foundationdb', # 7+ has a breaking changes
'ddtrace', # 4.5.1 does not support MacOS 11, which is used by the Agent
]
# Dependencies for the downloader that are security-related and should be updated separately from the others
security_deps = ['in-toto', 'tuf', 'securesystemslib']
# Explicitly mark folders as non-integrations. By default, all folders are assumed to be
# integrations. Previously, only folders with manifest.json were considered integrations,
# but since November 2025 manifest.json files are being removed, so the default is now
# to treat all folders as integrations unless explicitly marked here as non-integrations.
[overrides.is-integration]
datadog_checks_base = false
datadog_checks_dependency_provider = false
datadog_checks_dev = false
datadog_checks_downloader = false
datadog_checks_tests_helper = false
ddev = false
docs = false
# This is a directory that exists only in CI but need to include it to avoid tests failing in CI
trace-captures = false
## Just in case __pycache__ is present in the root of the repo
__pycache__ = false
# Explicitely add the platforms supported by an integration for those where the manifest has been
# removed.
# This is a temporary fix while we implement a metadata.json file that we can add to each integration
# that replaces the manifest.
# Use manifest-like platforms
[overrides.manifest.platforms]
krakend = ["linux", "windows", "mac_os"]
lustre = ["linux", "windows", "mac_os"]
prefect = ["linux", "windows", "mac_os"]
n8n = ["linux", "windows", "mac_os"]
control_m = ["linux", "windows", "mac_os"]