Metrics Destinations
Metrics Destinations provide functions for reporting metrics from Substation to external systems.
Metrics Destinations supports these metric types:
- Count (using the
utility.metric.count
transform) - Duration (using the
meta.metric.duration
transform) - Freshness (using the
utility.metric.freshness
transform)
aws.cloudwatch.embedded_metrics
Reports a metric in the AWS Embedded Metrics Format and writes it to standard output. This is the preferred method for reporting metrics from AWS Lambda functions.
Updated 5 months ago