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
@@ -788,7 +788,7 @@ def list_tag_configurations(
788
788
) ->MetricsAndMetricTagConfigurationsResponse:
789
789
"""Get a list of metrics.
790
790
791
-
Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
791
+
Returns all metrics for your organization that match the given filter parameters.
792
792
Optionally, paginate by using the ``page[cursor]`` and/or ``page[size]`` query parameters.
793
793
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.
794
794
Once the ``meta.pagination.next_cursor`` value is null, all pages have been retrieved.
@@ -817,7 +817,7 @@ def list_tag_configurations(
817
817
:param filter_related_assets: (Preview) Filter metrics that are used in dashboards, monitors, notebooks, SLOs.
818
818
:type filter_related_assets: bool, optional
819
819
:param window_seconds: The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query.
820
-
Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).
820
+
Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).
821
821
:type window_seconds: int, optional
822
822
:param page_size: Maximum number of results returned.
0 commit comments