Class CloudWatchMetrics
The Embedded
Inheritance
System.Object
CloudWatchMetrics
Namespace: LambdaSharp.Logging.Metrics.Models
Assembly: LambdaSharp.Logging.dll
Syntax
public class CloudWatchMetrics
Properties
Dimensions
The dimensions by which the metrics are partitioned.
Declaration
public List<List<string>> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
System. |
Metrics
The collection of captured metrics and their units.
Declaration
public List<CloudWatchMetricValue> Metrics { get; set; }
Property Value
Type | Description |
---|---|
System. |
Namespace
The namespace underwhich the metrics are aggregated.
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System. |