LambdaSharp Metrics
LambdaSharp modules emit custom CloudWatch metrics to enable automated monitoring on the efficiency and reliability of modules.
LambdaSharp modules can report custom metrics using the built-in LogMetric(string name, double value, LambdaMetricUnit unit)
method or one of its overloads. Metrics are automatically organized by module full name, prefixed by Module:. For example, the LambdaSharp.Core metrics are found under the Module:LambdaSharp.Core namespace in CloudWatch.
Related
- Function Metrics describes the custom CloudWatch metrics emitted by LambdaSharp base classes.
- Module Metrics describes the custom CloudWatch metrics emitted by LambdaSharp modules.