Module: AWSCDK::Lambda::MetricType
- Defined in:
- lambda/metric_type.rb
Constant Summary collapse
- EVENT_COUNT =
Deprecated.Note:
Default:
Event Count metrics provide insights into the processing behavior of your event source mapping, including the number of events successfully processed, filtered out, or dropped.
These metrics help you monitor the flow and status of events through your event source mapping.
Jsii::Enum.new("aws-cdk-lib.aws_lambda.MetricType", "EVENT_COUNT")
- ERROR_COUNT =
Deprecated.Note:
Default:
Error Count metrics provide insights into invocation errors and failures in your event source mapping processing.
Jsii::Enum.new("aws-cdk-lib.aws_lambda.MetricType", "ERROR_COUNT")
- KAFKA_METRICS =
Deprecated.Note:
Default:
Kafka-specific metrics provide detailed insights into Kafka consumer behavior, including lag, throughput, and partition-specific metrics.
Jsii::Enum.new("aws-cdk-lib.aws_lambda.MetricType", "KAFKA_METRICS")