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
* Add deprecation warnings
Add some mechanism for deprecated APIs and attributes.
* Deprecated attrs
* Add a note in APIs too
* Minor doc formatting.
* pre-commit fixes
Co-authored-by: ci.datadog-api-spec <[email protected]>
* ``time_aggr`` : avg, sum, max, min, change, or pct_change
415
413
* ``time_window`` : ``last_#m`` (with ``#`` between 1 and 10080 depending on the monitor type) or ``last_#h`` (with ``#`` between 1 and 168 depending on the monitor type) or ``last_1d`` , or ``last_1w``
416
414
* ``space_aggr`` : avg, sum, min, or max
@@ -422,7 +420,6 @@ def create_monitor(
422
420
If you are using the ``_change_`` or ``_pct_change_`` time aggregator, instead use ``change_aggr(time_aggr(time_window),
* ``time_aggr`` avg, sum, max, min `Learn more <https://docs.datadoghq.com/monitors/create/types/#define-the-conditions>`_
428
425
* ``time_window`` last_#m (between 1 and 2880 depending on the monitor type), last_#h (between 1 and 48 depending on the monitor type), or last_#d (1 or 2)
* ``query`` The search query - following the `Log search syntax <https://docs.datadoghq.com/logs/search_syntax/>`_.
571
557
* ``rollup_method`` The stats roll-up method - supports ``count`` , ``avg`` , and ``cardinality``.
572
558
* ``measure`` For ``avg`` and cardinality ``rollup_method`` - specify the measure or the facet name you want to use.
@@ -719,7 +705,6 @@ def search_monitor_groups(
719
705
:type per_page: int, optional
720
706
:param sort: String for sort order, composed of field and sort order separate by a comma, for example ``name,asc``. Supported sort directions: ``asc`` , ``desc``. Supported fields:
721
707
722
-
723
708
* ``name``
724
709
* ``status``
725
710
* ``tags``
@@ -765,7 +750,6 @@ def search_monitors(
765
750
:type per_page: int, optional
766
751
:param sort: String for sort order, composed of field and sort order separate by a comma, for example ``name,asc``. Supported sort directions: ``asc`` , ``desc``. Supported fields:
0 commit comments