MetricSpecifications interface
Available operation metric specification for exposing performance metrics to shoebox.
Properties
aggregation |
The aggregation type of metric. NOTE: This property will not be serialized. It can only be populated by the server. |
dimensions | The dimensions of metric. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The displayed description of metric. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The displayed name of metric. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of metric. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aggregationType
The aggregation type of metric. NOTE: This property will not be serialized. It can only be populated by the server.
aggregationType?: string
Property Value
string
dimensions
The dimensions of metric. NOTE: This property will not be serialized. It can only be populated by the server.
dimensions?: MetricDimensions[]
Property Value
displayDescription
The displayed description of metric. NOTE: This property will not be serialized. It can only be populated by the server.
displayDescription?: string
Property Value
string
displayName
The displayed name of metric. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
name
The name of metric. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
unit
The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string