Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,10 @@
"description": "Internal metric name.",
"type": "string"
},
"fillGapWithZero": {
"description": "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.",
"type": "boolean"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move the property to the end as it is required by .NET SDK.

"dimensions": {
"description": "Dimensions of the metric",
"uniqueItems": false,
Expand Down