Skip to content

Commit 5ed7a33

Browse files
authored
Merge branch 'master' into sdk/versions
2 parents 9b52f5d + bf4a2fb commit 5ed7a33

File tree

46 files changed

+4602
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4602
-273
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-16 16:47:23.427246",
8-
"spec_repo_commit": "6e1eb13f"
7+
"regenerated": "2025-06-17 18:24:17.637707",
8+
"spec_repo_commit": "b1a1c000"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-16 16:47:32.544875",
13-
"spec_repo_commit": "6e1eb13f"
12+
"regenerated": "2025-06-17 18:24:26.946951",
13+
"spec_repo_commit": "b1a1c000"
1414
}
1515
}
1616
}

config/_default/config.yaml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ markup:
4444
guessSyntax: true
4545

4646
module:
47-
imports:
47+
imports:
4848
- path: github.com/DataDog/websites-modules
4949
disabled: false
5050
mounts:
@@ -151,6 +151,39 @@ security:
151151
# as suggested here https://github.com/gohugoio/hugo/issues/9333#issuecomment-1022435616
152152
- (?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|HOME|SSH_AUTH_SOCK|USERPROFILE|XDG_CONFIG_HOME)$
153153

154+
deployment:
155+
order:
156+
- "^.+\\.(woff2|woff|ttf|css|js|jpg|jpeg|png|avif|gif|mp4|vtt)$"
157+
matchers:
158+
# temporarily lets nocache this sh file
159+
- pattern: "^resources/sh/rpm_check.sh$"
160+
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
161+
# dont cache rum/logs config
162+
- pattern: "^static/dd-browser-logs-rum.js$"
163+
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
164+
gzip: true
165+
- pattern: "^.+\\.(js|css|svg)$"
166+
cacheControl: "max-age=31536000, no-transform, public"
167+
gzip: true
168+
- pattern: "^.+\\.(eot|ttf|woff|woff2|ico)$"
169+
cacheControl: "max-age=31536000, no-transform, public"
170+
gzip: false
171+
- pattern: "^.+\\.(png|jpg|jpeg|gif|mp4|zip|pdf|txt|csv)$"
172+
cacheControl: "max-age=31536000, no-transform, public"
173+
gzip: false
174+
- pattern: "^.+\\.html$"
175+
gzip: true
176+
contentType: "text/html; charset=utf-8"
177+
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
178+
- pattern: "^.+\\.xml$"
179+
gzip: true
180+
contentType: "text/xml; charset=utf-8"
181+
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
182+
- pattern: "^.+\\.json$"
183+
gzip: true
184+
contentType: "application/json; charset=utf-8"
185+
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
186+
154187
outputFormats:
155188
Search:
156189
baseName: "search"

config/_default/menus/api.en.yaml

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9151,7 +9151,7 @@ menu:
91519151
operationids:
91529152
- GetUserMemberships
91539153
unstable: []
9154-
order: 1
9154+
order: 19
91559155
- name: Update permission setting for team
91569156
url: '#update-permission-setting-for-team'
91579157
identifier: teams-update-permission-setting-for-team
@@ -9320,6 +9320,45 @@ menu:
93209320
- DeleteTeam
93219321
unstable: []
93229322
order: 5
9323+
- name: Remove a member team
9324+
url: '#remove-a-member-team'
9325+
identifier: teams-remove-a-member-team
9326+
parent: teams
9327+
generated: true
9328+
params:
9329+
versions:
9330+
- v2
9331+
operationids:
9332+
- RemoveMemberTeam
9333+
unstable:
9334+
- v2
9335+
order: 22
9336+
- name: Add a member team
9337+
url: '#add-a-member-team'
9338+
identifier: teams-add-a-member-team
9339+
parent: teams
9340+
generated: true
9341+
params:
9342+
versions:
9343+
- v2
9344+
operationids:
9345+
- AddMemberTeam
9346+
unstable:
9347+
- v2
9348+
order: 20
9349+
- name: Get all member teams
9350+
url: '#get-all-member-teams'
9351+
identifier: teams-get-all-member-teams
9352+
parent: teams
9353+
generated: true
9354+
params:
9355+
versions:
9356+
- v2
9357+
operationids:
9358+
- ListMemberTeams
9359+
unstable:
9360+
- v2
9361+
order: 21
93239362
- name: Create a team
93249363
url: '#create-a-team'
93259364
identifier: teams-create-a-team

config/_default/params.en.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ meta_title: Getting Started with Datadog
33
meta_description: Datadog, the leading service for cloud-scale monitoring.
44
disclaimer: "This page is not yet available in English. We are working on its translation. <br> If you have any questions or feedback about our current translation project, <a href=\"https://docs.datadoghq.com/fr/help/\">feel free to reach out to us!</a>"
55
announcement_banner:
6-
desktop_message: '<i class="icon-right-arrow-slim"></i><span>DASH 2025: June 10-11 | Join thousands of devs, SREs, and security experts at Datadog’s conference in NYC.</span><span>Register Now</span>'
7-
mobile_message: 'June 10-11 | Join us in NYC for DASH 2025'
6+
desktop_message: '<i class="icon-right-arrow-slim"></i><span>DASH 2025 | Catch up on Keynote highlights and everything new from Datadog.</span><span>Learn More</span>'
7+
mobile_message: 'Catch up on Keynote highlights from DASH'
88
background_color: "#000000"
99
custom_classes: 'dash-announcement-banner'
10-
external_link: https://dtdg.co/dash-docs
10+
external_link: https://www.datadoghq.com/blog/dash-2025-new-feature-roundup-keynote/
1111
translate_status_banner: "This translation isn't up-to-date. For the latest English version, click here"
1212
site_support_banner: "This product is not supported for your selected <a href=\"/getting_started/site\">Datadog site</a>."

config/live/config.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ builddrafts: false
44
enableGitInfo: true
55

66
deployment:
7-
order:
8-
- ".woff2$"
9-
- ".woff$"
10-
- ".css$"
11-
- ".js$"
12-
- ".jpg$"
13-
- ".png$"
14-
- ".gif$"
15-
- ".mp4$"
167

178
targets:
189
- name: "live"
@@ -22,33 +13,3 @@ deployment:
2213
- name: "liveAssets"
2314
URL: "s3://origin-static-assets?region=us-east-1&prefix=documentation/"
2415
include: "**.{jpg,jpeg,png,gif,mp4,svg,json}"
25-
26-
matchers:
27-
# temporarily lets nocache this sh file
28-
- pattern: "^resources/sh/rpm_check.sh$"
29-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
30-
# dont cache rum/logs config
31-
- pattern: "^static/dd-browser-logs-rum.js$"
32-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
33-
gzip: true
34-
- pattern: "^.+\\.(js|css|svg)$"
35-
cacheControl: "max-age=31536000, no-transform, public"
36-
gzip: true
37-
- pattern: "^.+\\.(eot|ttf|woff|woff2|ico)$"
38-
cacheControl: "max-age=31536000, no-transform, public"
39-
gzip: false
40-
- pattern: "^.+\\.(png|jpg|jpeg|gif|mp4|zip|pdf|txt|csv)$"
41-
cacheControl: "max-age=31536000, no-transform, public"
42-
gzip: false
43-
- pattern: "^.+\\.html$"
44-
gzip: true
45-
contentType: "text/html; charset=utf-8"
46-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
47-
- pattern: "^.+\\.xml$"
48-
gzip: true
49-
contentType: "text/xml; charset=utf-8"
50-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
51-
- pattern: "^.+\\.json$"
52-
gzip: true
53-
contentType: "application/json; charset=utf-8"
54-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"

config/preview/config.yaml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ builddrafts: true
44
enableGitInfo: true
55

66
deployment:
7-
order:
8-
- ".woff2$"
9-
- ".woff$"
10-
- ".css$"
11-
- ".js$"
12-
- ".jpg$"
13-
- ".png$"
14-
- ".gif$"
15-
- ".mp4$"
167

178
targets:
189
- name: "preview"
@@ -22,33 +13,3 @@ deployment:
2213
- name: "previewAssets"
2314
URL: "s3://dd-staging-static-assets?region=us-east-1&prefix=documentation/"
2415
include: "**.{jpg,jpeg,png,gif,mp4,mov,svg,json}"
25-
26-
matchers:
27-
# temporarily lets nocache this sh file
28-
- pattern: "^resources/sh/rpm_check.sh$"
29-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
30-
# dont cache rum/logs config
31-
- pattern: "^static/dd-browser-logs-rum.js$"
32-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
33-
gzip: true
34-
- pattern: "^.+\\.(js|css|svg)$"
35-
cacheControl: "max-age=31536000, no-transform, public"
36-
gzip: true
37-
- pattern: "^.+\\.(eot|ttf|woff|woff2|ico)$"
38-
cacheControl: "max-age=31536000, no-transform, public"
39-
gzip: false
40-
- pattern: "^.+\\.(png|jpg|jpeg|gif|mp4|zip|pdf|txt|csv)$"
41-
cacheControl: "max-age=31536000, no-transform, public"
42-
gzip: false
43-
- pattern: "^.+\\.html$"
44-
gzip: true
45-
contentType: "text/html; charset=utf-8"
46-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
47-
- pattern: "^.+\\.xml$"
48-
gzip: true
49-
contentType: "text/xml; charset=utf-8"
50-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"
51-
- pattern: "^.+\\.json$"
52-
gzip: true
53-
contentType: "application/json; charset=utf-8"
54-
cacheControl: "public, must-revalidate, proxy-revalidate, max-age=0"

content/en/account_management/billing/serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Serverless Billing
66

77
You can track the billable and total Serverless usage in your account by checking the Datadog Usage Page. You can see both the Month-To-Date summary, as well as usage over time.
88

9-
Datadog Serverless monitoring is billed based on a combination of the invocations and active Lambda functions that are tracked and monitored within Datadog. The relevant metrics based on your plan are visible in the Plan and Usage page's Serverless tab under the [Billable filter][1]. For more information about your plan and usage, contact your [Customer Success][3] Manager.
9+
Datadog Serverless monitoring is billed based on a combination of the invocations and active Lambda functions that are tracked and monitored within Datadog. For more information about your plan and usage, contact your [Customer Success][3] Manager.
1010

1111
Lambda functions can be monitored through the [Datadog AWS Integration][10] or by direct instrumentation with the [Lambda Extension][11] and [Forwarder][12] layers.
1212

content/en/agent/faq/proxy_example_haproxy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,10 @@ remote_configuration:
706706
rc_dd_url: haproxy.example.com:3846
707707
# Comment the line below to use encryption between the Agent and HAProxy
708708
no_tls: true
709+
710+
installer:
711+
registry:
712+
url: haproxy.example.com:3847
709713
```
710714
711715
When using encryption between the Agent and HAProxy, if the Agent does not have access to the proxy certificate, is unable to validate it, or the validation is not needed, you can edit the `datadog.yaml` Agent configuration file and set `skip_ssl_validation` to `true`.

content/en/api/v2/sensitive-data-scanner/examples.json

Lines changed: 25 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)