forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.datadog.yaml
More file actions
282 lines (281 loc) · 10.6 KB
/
service.datadog.yaml
File metadata and controls
282 lines (281 loc) · 10.6 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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
---
schema-version: v2.1
dd-service: datadog-agent-nightly
team: "agent-delivery"
contacts:
- type: slack
# #agent-delivery-help
contact: https://dd.slack.com/archives/C06PQ7H6PHP
- type: email
contact: team-agentdelivery@datadoghq.com
links:
- name: datadog-agent
provider: github
type: repo
url: https://github.com/DataDog/datadog-agent
- name: internal-chart
provider: github
type: repo
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent
- name: internal-chart-with-operator
provider: github
type: repo
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-with-operator
- name: internal-image
provider: github
type: repo
url: https://github.com/DataDog/images/tree/master/datadog-agent
- name: deployment
provider: github
type: repo
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: Runbook
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/986480852/On-Call+Playbooks
- name: On Call documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/837812317/Combined+Agent+On-call
- name: Agent documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/2530706500/Agent+Components+in+Kubernetes#Datadog-Cluster-Agent
tags:
- team:container-integrations
- service:datadog-agent
- app:datadog-agent
extensions:
datadoghq.com/sdp:
workday_team: "Agent Delivery"
conductor:
slack: "datadog-agent-pipelines"
targets:
- name: "beta-build-full"
# For now, this config is mandatory, even if the target is not a ci_pipeline CNAB object.
# Setting this to a placeholder value for now, the intended pipeline that will be triggered will
# be the one that is defined in the main .gitlab-ci.yml file.
ci_pipeline: "//fake_placeholder:fake_placeholder"
branch: "main"
schedule: "10 3 * * SUN-THU"
parent_environments: ["prod", "staging"]
workflows:
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-deploy"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-validate"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.prod-wait-business-hours"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.prod-deploy"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.publish-image-confirmation"
- name: "beta-build-staging"
# This conductor will run on Friday and Saturday, since we should not be deploying to
# production on Saturday and Sunday. This way, the full pipeline does not show as "failed" on
# days that we know no deployment should go out, and we do not have 3 deployments trying to happen
# on Monday.
ci_pipeline: "//fake_placeholder:fake_placeholder"
branch: "main"
schedule: "10 3 * * FRI-SAT"
parent_environments: ["staging"]
workflows:
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-deploy"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-validate"
- name: "beta-build-publish-image"
ci_pipeline: "//fake_placeholder:fake_placeholder"
branch: "main"
build_only: true
slack: "agent-nightly-deployment-expansion"
parent_environments: ["staging"]
options:
disable_failure_notifications: true
- name: "conductor-sandbox"
ci_pipeline: "//fake_placeholder:fake_placeholder"
# Create and push to this branch to test changes with conductor if needed without merging to main
branch: "conductor-sandbox"
parent_environments: ["staging"]
datadoghq.com/change-detection:
source_patterns:
- service.datadog.yaml
---
schema-version: v2.1
dd-service: datadog-cluster-agent
team: container-integrations
contacts:
- type: slack
# #container-integrations
contact: https://dd.slack.com/archives/C4TQDFK1P
- type: email
contact: team-containerintegrations@datadoghq.com
links:
- name: datadog-agent
type: repo
provider: github
url: https://github.com/DataDog/datadog-agent
- name: internal-chart
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-cluster-agent
- name: internal-chart-with-operator
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-with-operator
- name: internal-image
type: repo
provider: github
url: https://github.com/DataDog/images/tree/master/datadog-cluster-agent
- name: deployment
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: Runbook
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/986480852/On-Call+Playbooks
- name: On Call documentation
type: doc
provider: confluence
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/837812317/Combined+Agent+On-call
- name: Cluster-Agent documentation
type: doc
provider: confluence
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/2530706500/Agent+Components+in+Kubernetes#Datadog-Cluster-Agent
tags:
- team:container-integrations
- service:datadog-cluster-agent
- app:datadog-cluster-agent
integrations:
pagerduty:
service-url: https://datadog.pagerduty.com/service-directory/P55U2GM
---
schema-version: v2.1
dd-service: datadog-agent-cluster-worker
team: container-integrations
contacts:
- type: slack
# #container-integrations
contact: https://dd.slack.com/archives/C4TQDFK1P
- type: email
contact: team-containerintegrations@datadoghq.com
links:
- name: datadog-agent
type: repo
provider: github
url: https://github.com/DataDog/datadog-agent
- name: internal-chart
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-cluster-worker
- name: internal-chart-with-operator
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-with-operator
- name: internal-image
type: repo
provider: github
url: https://github.com/DataDog/images/tree/master/datadog-agent-cluster-worker
- name: deployment
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: Runbook
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/986480852/On-Call+Playbooks
- name: On Call documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/837812317/Combined+Agent+On-call
- name: Datadog-Agent-Cluster-Worker documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/2530706500/Agent+Components+in+Kubernetes#Datadog-Agent-Cluster-Worker
tags:
- team:container-integrations
- service:datadog-agent-cluster-worker
- app:datadog-agent-cluster-worker
integrations:
pagerduty:
service-url: https://datadog.pagerduty.com/service-directory/P55U2GM
---
apiVersion: v3
kind: service
metadata:
name: datadog-agent-ci
description: Specific service to handle CI issues in datadog-agent repository.
displayName: Datadog-agent CI
tags:
- datadog-agent-ci
owner: agent-devx
links:
- name: datadog-agent
type: repo
provider: github
url: https://github.com/DataDog/datadog-agent
- name: ci-overview
type: doc
provider: Confluence
url: https://datadoghq.atlassian.net/wiki/x/j4AgXw
- name: "[Agent Platform] datadog-agent CI status"
type: dashboard
provider: Datadog
url: https://app.datadoghq.com/dashboard/44i-yb7-48x/agent-platform-datadog-agent-ci-status
- name: High duration variance jobs
type: runbook
provider: Datadog
url: https://app.datadoghq.com/notebook/7981331/datadog-agent-gitlab-ci-high-duration-variance-jobs
- name: High failure rate jobs
type: runbook
provider: Datadog
url: https://app.datadoghq.com/notebook/7981354/datadog-agent-gitlab-ci-high-failure-rate-jobs
- name: Gitlab CI Jobs
type: dashboard
provider: Datadog
url: https://app.datadoghq.com/dashboard/vev-54z-7wr/ci-execution-gitlab-ci-jobs
- name: Kubernetes Runner sizing and diagnostic
type: dashboard
provider: Datadog
url: https://app.datadoghq.com/dashboard/xff-wqx-4a2/ci-reliability-kubernetes-runner-sizing-and-diagnostic
- name: datadog-agent Merge Queue
type: other
provider: Datadog
url: https://sdp.ddbuild.io/#/ci/merge-request?fromTs=1713872972650&toTs=1713887372650&live=1&page=1&repoNameIn=datadog-agent
- name: Last failed job executions
type: other
provider: Datadog
url: https://app.datadoghq.com/ci/pipeline-executions?query=ci_level%3Ajob%20%40ci.pipeline.name%3A%22DataDog%2Fdatadog-agent%22%20%40git.branch%3Amain%20%40ci.status%3Aerror%20-%40ci.pipeline.downstream%3Atrue&agg_m=count&agg_m_source=base&agg_t=count&colorBy=meta%5B%27ci.stage.name%27%5D&colorByAttr=meta%5B%27ci.stage.name%27%5D¤tTab=trace&fromUser=true&index=cipipeline&sort=time&spanViewType=overview&start=1714031808008&end=1714046208008&paused=false
- name: Github status
type: other
provider: Github
url: https://www.githubstatus.com/
- name: Windows runners
type: dashboard
provider: Datadog
url: https://app.datadoghq.com/dashboard/rfm-ijx-8zc/windows-gitlab-runners-docker
- name: Codesync status
type: dashboard
provider: Datadog
url: https://app.datadoghq.com/dashboard/5md-cre-mhu/ci-platforms-codesync?fromUser=false&refresh_mode=sliding&view=spans&from_ts=1724773403328&to_ts=1724777003328&live=true
contacts:
- name: agent-devx-help
type: slack
contact: https://dd.enterprise.slack.com/archives/C06PBHLD4DQ
- name: datadog-agent-pipelines
type: slack
contact: https://dd.enterprise.slack.com/archives/CR5TV8QBY
integrations:
pagerduty:
serviceURL: https://datadog.pagerduty.com/service-directory/P9SGXPT
datadog:
pipelines:
fingerprints:
- AzxEDI9zLZwM
- s8CTrONGZMY4
- TesFW1GZuQAd
- GpHxjTYEytdG
- Pd_fZ1ZnhkdR
- Azd3xT8JYilC
- 0HKh9BmSCCuZ
- N5XBnqEDjGnH
- lJX0u7hFeUX5
- lyB2oS9hQ2w2
spec:
lifecycle: 5 weeks
tier: "0"
languages:
- python
- go
type: custom