Skip to content

Commit 23252d1

Browse files
Merge master into datadog-api-spec/test/d.marin/oncall-api
2 parents 2dfc126 + ec4000d commit 23252d1

File tree

38 files changed

+2333
-91
lines changed

38 files changed

+2333
-91
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-04-08 14:37:48.417961",
8-
"spec_repo_commit": "642b7d0b"
7+
"regenerated": "2025-04-08 20:55:42.262152",
8+
"spec_repo_commit": "21cf6edb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-08 14:37:48.434306",
13-
"spec_repo_commit": "642b7d0b"
12+
"regenerated": "2025-04-08 20:55:42.277778",
13+
"spec_repo_commit": "21cf6edb"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17271,6 +17271,14 @@ components:
1727117271
example: 0
1727217272
format: int64
1727317273
type: integer
17274+
ip_addresses:
17275+
description: The interface IP addresses
17276+
example:
17277+
- 1.1.1.1
17278+
- 1.1.1.2
17279+
items:
17280+
type: string
17281+
type: array
1727417282
mac_address:
1727517283
description: The interface MAC address
1727617284
example: 00:00:00:00:00:00
@@ -25238,6 +25246,14 @@ components:
2523825246
example: 1.0
2523925247
format: double
2524025248
type: number
25249+
trace_rate:
25250+
description: 'Sample rate to apply to traces containing spans going through
25251+
this retention filter.
25252+
25253+
A value of 1.0 keeps all traces with spans matching the query.'
25254+
example: 1.0
25255+
format: double
25256+
type: number
2524125257
type: object
2524225258
RetentionFilterAllType:
2524325259
default: spans-sampling-processor
@@ -25297,6 +25313,14 @@ components:
2529725313
example: 1.0
2529825314
format: double
2529925315
type: number
25316+
trace_rate:
25317+
description: 'Sample rate to apply to traces containing spans going through
25318+
this retention filter.
25319+
25320+
A value of 1.0 keeps all traces with spans matching the query.'
25321+
example: 1.0
25322+
format: double
25323+
type: number
2530025324
type: object
2530125325
RetentionFilterCreateAttributes:
2530225326
description: The object describing the configuration of the retention filter
@@ -25322,6 +25346,14 @@ components:
2532225346
example: 1.0
2532325347
format: double
2532425348
type: number
25349+
trace_rate:
25350+
description: 'Sample rate to apply to traces containing spans going through
25351+
this retention filter.
25352+
25353+
A value of 1.0 keeps all traces with spans matching the query.'
25354+
example: 1.0
25355+
format: double
25356+
type: number
2532525357
required:
2532625358
- name
2532725359
- filter
@@ -25393,6 +25425,14 @@ components:
2539325425
example: 1.0
2539425426
format: double
2539525427
type: number
25428+
trace_rate:
25429+
description: 'Sample rate to apply to traces containing spans going through
25430+
this retention filter.
25431+
25432+
A value of 1.0 keeps all traces with spans matching the query.'
25433+
example: 1.0
25434+
format: double
25435+
type: number
2539625436
required:
2539725437
- name
2539825438
- filter
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-04-10T12:31:19.300Z
1+
2025-04-08T11:32:44.101Z

cassettes/features/v2/apm_retention_filters/Create-a-default-retention-filter-returns-Bad-Request-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-09-21T16:39:02.926Z
1+
2025-04-08T11:32:44.623Z

cassettes/features/v2/apm_retention_filters/Create-a-retention-filter-returns-Bad-Request-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-10-19T12:28:01.048Z
1+
2025-04-08T11:32:45.098Z

cassettes/features/v2/apm_retention_filters/Create-a-retention-filter-returns-OK-response.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-04-08T11:32:46.074Z

cassettes/features/v2/apm_retention_filters/Create-a-retention-filter-with-trace-rate-returns-OK-response.yml

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)