Show / Hide Table of Contents

Class EmbeddedCloudWatchMetrics

The EmbeddedCloudWatchMetrics class holds the collection of all captured metrics.

Inheritance
System.Object
EmbeddedCloudWatchMetrics
Namespace: LambdaSharp.Logging.Metrics.Models
Assembly: LambdaSharp.Logging.dll
Syntax
public class EmbeddedCloudWatchMetrics

Properties

CloudWatchMetrics

List of CloudWatch metrics.

Declaration
public List<CloudWatchMetrics> CloudWatchMetrics { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CloudWatchMetrics>

Timestamp

Metric timestamp in Unix epoch milliseconds.

Declaration
public long Timestamp { get; set; }
Property Value
Type Description
System.Int64
In This Article
Back to top Generated by DocFX