File tree 3 files changed +7
-4
lines changed
lib/datadog_api_client/v1/models
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.4.1.dev6",
7
- "regenerated": "2021-03-22 16:21:53.024226 ",
8
- "spec_repo_commit": "cba6cab "
7
+ "regenerated": "2021-03-23 09:33:03.200376 ",
8
+ "spec_repo_commit": "c679afc "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.4.1.dev6",
12
- "regenerated": "2021-03-22 16:22:07.291591 ",
13
- "spec_repo_commit": "cba6cab "
12
+ "regenerated": "2021-03-23 09:33:16.636714 ",
13
+ "spec_repo_commit": "c679afc "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -1578,6 +1578,7 @@ components:
1578
1578
enum:
1579
1579
- count
1580
1580
- cardinality
1581
+ - median
1581
1582
- pc75
1582
1583
- pc90
1583
1584
- pc95
@@ -1592,6 +1593,7 @@ components:
1592
1593
x-enum-varnames:
1593
1594
- COUNT
1594
1595
- CARDINALITY
1596
+ - MEDIAN
1595
1597
- PC75
1596
1598
- PC90
1597
1599
- PC95
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ module DatadogAPIClient::V1
20
20
class FormulaAndFunctionEventAggregation
21
21
COUNT = "count" . freeze
22
22
CARDINALITY = "cardinality" . freeze
23
+ MEDIAN = "median" . freeze
23
24
PC75 = "pc75" . freeze
24
25
PC90 = "pc90" . freeze
25
26
PC95 = "pc95" . freeze
You can’t perform that action at this time.
0 commit comments