Skip to content

Commit

Permalink
Regenerate client from commit cda030e of spec repo (#466)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Aug 19, 2021
1 parent 010b24b commit 15c6baf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-08-19 08:45:37.837758",
"spec_repo_commit": "eaa6615"
"regenerated": "2021-08-19 12:21:58.828076",
"spec_repo_commit": "cda030e"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-08-19 08:46:32.458829",
"spec_repo_commit": "eaa6615"
"regenerated": "2021-08-19 12:22:53.472422",
"spec_repo_commit": "cda030e"
}
}
}
6 changes: 3 additions & 3 deletions data/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18284,9 +18284,9 @@ paths:

- `time_aggr`: avg, sum, max, min, change, or pct_change

- `time_window`: `last_#m` (with `#` between 1 and 2880 depending on the monitor
type) or `last_#h`(with `#` between 1 and 48 depending on the monitor type),
or `last_1d`
- `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`

- `space_aggr`: avg, sum, min, or max

Expand Down
2 changes: 1 addition & 1 deletion docs/v1/MonitorsAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The type of monitor chosen from:
Example: `time_aggr(time_window):space_aggr:metric{tags} [by {key}] operator #`

- `time_aggr`: avg, sum, max, min, change, or pct_change
- `time_window`: `last_#m` (with `#` between 1 and 2880 depending on the monitor type) or `last_#h`(with `#` between 1 and 48 depending on the monitor type), or `last_1d`
- `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`
- `space_aggr`: avg, sum, min, or max
- `tags`: one or more tags (comma-separated), or *
- `key`: a 'key' in key:value tag syntax; defines a separate alert for each tag in the group (multi-alert)
Expand Down
Loading

0 comments on commit 15c6baf

Please sign in to comment.