Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 20 additions & 10 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,8 @@ menu:
- v2
operationids:
- ListTagIndexingRulesForMetric
unstable: []
unstable:
- v2
order: 23
- name: Create a tag indexing rule exemption
url: /api/latest/metrics/create-a-tag-indexing-rule-exemption/
Expand All @@ -1812,7 +1813,8 @@ menu:
- v2
operationids:
- CreateTagIndexingRuleExemption
unstable: []
unstable:
- v2
order: 25
- name: Get a tag indexing rule exemption
url: /api/latest/metrics/get-a-tag-indexing-rule-exemption/
Expand All @@ -1824,7 +1826,8 @@ menu:
- v2
operationids:
- GetTagIndexingRuleExemption
unstable: []
unstable:
- v2
order: 24
- name: Delete a tag indexing rule exemption
url: /api/latest/metrics/delete-a-tag-indexing-rule-exemption/
Expand All @@ -1836,7 +1839,8 @@ menu:
- v2
operationids:
- DeleteTagIndexingRuleExemption
unstable: []
unstable:
- v2
order: 26
- name: Get tag key cardinality details
url: /api/latest/metrics/get-tag-key-cardinality-details/
Expand Down Expand Up @@ -1908,7 +1912,8 @@ menu:
- v2
operationids:
- UpdateTagIndexingRule
unstable: []
unstable:
- v2
order: 21
- name: Get a tag indexing rule
url: /api/latest/metrics/get-a-tag-indexing-rule/
Expand All @@ -1920,7 +1925,8 @@ menu:
- v2
operationids:
- GetTagIndexingRule
unstable: []
unstable:
- v2
order: 20
- name: Delete a tag indexing rule
url: /api/latest/metrics/delete-a-tag-indexing-rule/
Expand All @@ -1932,7 +1938,8 @@ menu:
- v2
operationids:
- DeleteTagIndexingRule
unstable: []
unstable:
- v2
order: 22
- name: Reorder tag indexing rules
url: /api/latest/metrics/reorder-tag-indexing-rules/
Expand All @@ -1944,7 +1951,8 @@ menu:
- v2
operationids:
- ReorderTagIndexingRules
unstable: []
unstable:
- v2
order: 19
- name: Create a tag indexing rule
url: /api/latest/metrics/create-a-tag-indexing-rule/
Expand All @@ -1956,7 +1964,8 @@ menu:
- v2
operationids:
- CreateTagIndexingRule
unstable: []
unstable:
- v2
order: 18
- name: List tag indexing rules
url: /api/latest/metrics/list-tag-indexing-rules/
Expand All @@ -1968,7 +1977,8 @@ menu:
- v2
operationids:
- ListTagIndexingRules
unstable: []
unstable:
- v2
order: 17
- name: Configure tags for multiple metrics
url: /api/latest/metrics/configure-tags-for-multiple-metrics/
Expand Down
30 changes: 30 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150242,6 +150242,9 @@ paths:
operator: OR
permissions:
- metrics_read
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
post:
description: |-
Create a tag indexing rule for the org. `rule_order` is assigned server-side as max+1
Expand Down Expand Up @@ -150321,6 +150324,9 @@ paths:
operator: OR
permissions:
- metric_tags_write
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/metrics/tag-indexing-rules/order:
post:
description: |-
Expand Down Expand Up @@ -150384,6 +150390,9 @@ paths:
operator: OR
permissions:
- metric_tags_write
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/metrics/tag-indexing-rules/{id}:
delete:
description: |-
Expand Down Expand Up @@ -150427,6 +150436,9 @@ paths:
operator: OR
permissions:
- metric_tags_write
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
get:
description: Get a single tag indexing rule by its UUID.
operationId: GetTagIndexingRule
Expand Down Expand Up @@ -150492,6 +150504,9 @@ paths:
operator: OR
permissions:
- metrics_read
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
put:
description: |-
Partially update a tag indexing rule. Fields omitted from the request body are left unchanged.
Expand Down Expand Up @@ -150584,6 +150599,9 @@ paths:
operator: OR
permissions:
- metric_tags_write
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/metrics/{metric_name}/active-configurations:
get:
description: |-
Expand Down Expand Up @@ -151019,6 +151037,9 @@ paths:
operator: OR
permissions:
- metric_tags_write
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
get:
description: |-
Returns why a metric is excluded from tag indexing rules.
Expand Down Expand Up @@ -151083,6 +151104,9 @@ paths:
operator: OR
permissions:
- metrics_read
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
post:
description: |-
Exempt a metric from all tag indexing rules. The response includes the created
Expand Down Expand Up @@ -151153,6 +151177,9 @@ paths:
operator: OR
permissions:
- metric_tags_write
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/metrics/{metric_name}/tag-indexing-rules:
get:
description: |-
Expand Down Expand Up @@ -151205,6 +151232,9 @@ paths:
operator: OR
permissions:
- metrics_read
x-unstable: |-
**Note**: The Tag Indexing Rules feature is currently in Preview.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/metrics/{metric_name}/tags:
delete:
description: |-
Expand Down
Loading