File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2022-10-03 19:49:06.653246 ",
8
- "spec_repo_commit": "e3288dc2 "
7
+ "regenerated": "2022-10-04 12:25:19.440745 ",
8
+ "spec_repo_commit": "032eb1c8 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2022-10-03 19:49:06.750886 ",
13
- "spec_repo_commit": "e3288dc2 "
12
+ "regenerated": "2022-10-04 12:25:19.453078 ",
13
+ "spec_repo_commit": "032eb1c8 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -11172,7 +11172,9 @@ paths:
11172
11172
resultsPath : data
11173
11173
/api/v2/metrics :
11174
11174
get :
11175
- description : Returns all metrics (matching additional filters if specified).
11175
+ description : " Returns all metrics that can be configured in the Metrics Summary
11176
+ page or with Metrics without Limits\u2122 (matching additional filters if
11177
+ specified)."
11176
11178
operationId : ListTagConfigurations
11177
11179
parameters :
11178
11180
- description : Filter custom metrics that have configured tags.
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ def list_tag_configurations(
594
594
) -> MetricsAndMetricTagConfigurationsResponse :
595
595
"""Get a list of metrics.
596
596
597
- Returns all metrics (matching additional filters if specified).
597
+ Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
598
598
599
599
:param filter_configured: Filter custom metrics that have configured tags.
600
600
:type filter_configured: bool, optional
You can’t perform that action at this time.
0 commit comments