You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/api/metrics_api.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -778,7 +778,7 @@ def list_tag_configurations(
778
778
) ->MetricsAndMetricTagConfigurationsResponse:
779
779
"""Get a list of metrics.
780
780
781
-
Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
781
+
Returns all metrics for your organization that match the given filter parameters.
782
782
Optionally, paginate by using the ``page[cursor]`` and/or ``page[size]`` query parameters.
783
783
To fetch the first page, pass in a query parameter with either a valid ``page[size]`` or an empty cursor like ``page[cursor]=``. To fetch the next page, pass in the ``next_cursor`` value from the response as the new ``page[cursor]`` value.
784
784
Once the ``meta.pagination.next_cursor`` value is null, all pages have been retrieved.
@@ -801,7 +801,7 @@ def list_tag_configurations(
801
801
:param filter_related_assets: (Preview) Filter metrics that are used in dashboards, monitors, notebooks, SLOs.
802
802
:type filter_related_assets: bool, optional
803
803
:param window_seconds: The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query.
804
-
Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).
804
+
Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).
805
805
:type window_seconds: int, optional
806
806
:param page_size: Maximum number of results returned.
0 commit comments