|
256 | 256 | "description": "Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.",
|
257 | 257 | "type": "string"
|
258 | 258 | },
|
| 259 | + "supportedAggregationTypes": { |
| 260 | + "description": "Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count.", |
| 261 | + "type": "array", |
| 262 | + "items": { |
| 263 | + "$ref": "#/definitions/AggregationType" |
| 264 | + } |
| 265 | + }, |
| 266 | + "supportedTimeGrainTypes": { |
| 267 | + "description": "Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D", |
| 268 | + "type": "array", |
| 269 | + "items": { |
| 270 | + "$ref": "#/definitions/TimeGrainType" |
| 271 | + } |
| 272 | + }, |
| 273 | + "enableRegionalMdmAccount": { |
| 274 | + "description": "Flag to indicate use of regional Mdm accounts", |
| 275 | + "type": "boolean" |
| 276 | + }, |
| 277 | + "sourceMdmAccount": { |
| 278 | + "description": "Source mdm account", |
| 279 | + "type": "string" |
| 280 | + }, |
| 281 | + "sourceMdmNamespace": { |
| 282 | + "description": "Source mdm namespace", |
| 283 | + "type": "string" |
| 284 | + }, |
| 285 | + "metricFilterPattern": { |
| 286 | + "description": "Metric filter regex pattern", |
| 287 | + "type": "string" |
| 288 | + }, |
| 289 | + "fillGapWithZero": { |
| 290 | + "description": "Flag to determine is Zero is returned for time duration where no metric is emitted", |
| 291 | + "type": "boolean" |
| 292 | + }, |
| 293 | + "category": { |
| 294 | + "description": "Metric category", |
| 295 | + "type": "string" |
| 296 | + }, |
259 | 297 | "internalMetricName": {
|
260 | 298 | "description": "Internal metric name.",
|
261 | 299 | "type": "string"
|
|
267 | 305 | "items": {
|
268 | 306 | "$ref": "#/definitions/MetricDimension"
|
269 | 307 | }
|
| 308 | + }, |
| 309 | + "lockedAggregationType": { |
| 310 | + "description": "Locked aggregation type of the metric", |
| 311 | + "type": "string" |
270 | 312 | }
|
271 | 313 | }
|
272 | 314 | },
|
| 315 | + "AggregationType": { |
| 316 | + "description": "Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.", |
| 317 | + "type": "string" |
| 318 | + }, |
| 319 | + "TimeGrainType": { |
| 320 | + "description": "The time grain of the metric", |
| 321 | + "type": "string" |
| 322 | + }, |
273 | 323 | "MetricDimension": {
|
274 | 324 | "description": "Specifications of the Dimension of metrics",
|
275 | 325 | "type": "object",
|
|
285 | 335 | "internalName": {
|
286 | 336 | "description": "Internal name of the dimension.",
|
287 | 337 | "type": "string"
|
| 338 | + }, |
| 339 | + "toBeExportedForShoebox": { |
| 340 | + "description": "Flag to indicate export for Shoebox", |
| 341 | + "type": "boolean" |
288 | 342 | }
|
289 | 343 | }
|
290 | 344 | },
|
|
0 commit comments