Skip to content

Commit

Permalink
Add Cloud Cost Monitor Type (#2508)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 3, 2024
1 parent bc173c4 commit 9596cd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.6.6",
"regenerated": "2024-10-02 16:22:32.270694",
"spec_repo_commit": "3f12bebc"
"regenerated": "2024-10-02 20:42:58.523618",
"spec_repo_commit": "76b7b19d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-02 16:22:32.285145",
"spec_repo_commit": "3f12bebc"
"regenerated": "2024-10-02 20:42:58.538507",
"spec_repo_commit": "76b7b19d"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28967,6 +28967,8 @@ paths:

- network-performance: `network-performance alert`

- cloud cost: `cost alert`


**Notes**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public CompletableFuture<Monitor> createMonitorAsync(Monitor body) {
* <li>error-tracking: <code>error-tracking alert</code>
* <li>database-monitoring: <code>database-monitoring alert</code>
* <li>network-performance: <code>network-performance alert</code>
* <li>cloud cost: <code>cost alert</code>
* </ul>
*
* <p><strong>Notes</strong>: - Synthetic monitors are created through the Synthetics API. See the
Expand Down

0 comments on commit 9596cd5

Please sign in to comment.