Skip to content

Commit 467de0a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit ba40d2e of spec repo (#3587)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent d01ac67 commit 467de0a

17 files changed

Lines changed: 401 additions & 5 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104076,8 +104076,29 @@ components:
104076104076
$ref: "#/components/schemas/TagIndexingRuleType"
104077104077
type: object
104078104078
TagIndexingRuleDynamicTags:
104079-
description: Configuration for including dynamically queried tags.
104079+
description: |-
104080+
Options for dynamic tag indexing applied per metric, such as tags filtered by query usage.
104081+
104082+
Before a tag key is dropped by this rule, two grace period conditions must be met:
104083+
104084+
1. The metric must be submitted for at least as long as the selected window.
104085+
2. A tag key must have been submitted for at least 15 days.
104086+
104087+
Any metric or tag key that does not meet these conditions are excluded from this
104088+
indexing rule. The `exclude_not_*` fields require `exclude_tags_mode` to be set to `true`.
104080104089
properties:
104090+
exclude_not_queried_window_seconds:
104091+
description: >-
104092+
Tags that have not been queried within this window are excluded from indexing. Maximum of `7776000` (90 days).
104093+
example: 3600
104094+
format: int64
104095+
maximum: 7776000
104096+
type: integer
104097+
exclude_not_used_in_assets:
104098+
description: >-
104099+
Tags not used in any dashboards, monitors, notebooks, or SLOs are excluded from indexing.
104100+
example: false
104101+
type: boolean
104081104102
queried_tags_window_seconds:
104082104103
description: Window in seconds for evaluating queried tags.
104083104104
example: 3600
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-20T13:47:22.097Z

cassettes/features/v2/metrics/Create-a-tag-indexing-rule-with-exclude-mode-tag-usage-fields-returns-Created-response.yml

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-20T13:47:24.179Z

cassettes/features/v2/metrics/Create-a-tag-indexing-rule-with-exclude-not-queried-window-seconds-and-exclude-tags-mode-false-returns-Bad-Request-response.yml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-20T13:47:24.273Z

cassettes/features/v2/metrics/Create-a-tag-indexing-rule-with-exclude-not-queried-window-seconds-over-the-maximum-returns-Bad-Request-response.yml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-20T13:47:24.367Z

cassettes/features/v2/metrics/Create-a-tag-indexing-rule-with-exclude-not-used-in-assets-and-exclude-tags-mode-false-returns-Bad-Request-response.yml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-20T13:47:24.486Z

0 commit comments

Comments
 (0)