Skip to content

Commit 2000294

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0392d55 of spec repo (#318)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 3b47eaa commit 2000294

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.2.0",
7-
"regenerated": "2020-05-26 14:48:19.265056",
8-
"spec_repo_commit": "1ebf703"
7+
"regenerated": "2020-05-27 16:17:57.973723",
8+
"spec_repo_commit": "0392d55"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-05-26 14:48:26.277141",
13-
"spec_repo_commit": "1ebf703"
12+
"regenerated": "2020-05-27 16:18:04.310374",
13+
"spec_repo_commit": "0392d55"
1414
}
1515
}
1616
}

api_docs/v1/ServiceLevelObjectiveQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ServiceLevelObjectiveQuery
44

5-
A metric SLI query. **Required if type is `metric`**.
5+
A metric SLI query. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator to be used because this will sum up all request counts instead of averaging them, or taking the max or min of all of those requests.
66
## Properties
77

88
Name | Type | Description | Notes

src/main/java/com/datadog/api/v1/client/model/ServiceLevelObjectiveQuery.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
2323

2424
/**
25-
* A metric SLI query. **Required if type is &#x60;metric&#x60;**.
25+
* A metric SLI query. **Required if type is &#x60;metric&#x60;**. Note that Datadog only allows the sum by aggregator to be used because this will sum up all request counts instead of averaging them, or taking the max or min of all of those requests.
2626
*/
27-
@ApiModel(description = "A metric SLI query. **Required if type is `metric`**.")
27+
@ApiModel(description = "A metric SLI query. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator to be used because this will sum up all request counts instead of averaging them, or taking the max or min of all of those requests.")
2828
@JsonPropertyOrder({
2929
ServiceLevelObjectiveQuery.JSON_PROPERTY_DENOMINATOR,
3030
ServiceLevelObjectiveQuery.JSON_PROPERTY_NUMERATOR

src/main/java/com/datadog/api/v1/openapi.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5100,7 +5100,13 @@ components:
51005100
- thresholds
51015101
- type
51025102
ServiceLevelObjectiveQuery:
5103-
description: A metric SLI query. **Required if type is `metric`**.
5103+
description: 'A metric SLI query. **Required if type is `metric`**. Note that
5104+
Datadog only allows the sum by aggregator
5105+
5106+
to be used because this will sum up all request counts instead of averaging
5107+
them, or taking the max or
5108+
5109+
min of all of those requests.'
51045110
properties:
51055111
denominator:
51065112
description: A Datadog metric query for total (valid) events.

0 commit comments

Comments
 (0)