class
Amazonite::Lambda::EventSourceMappingMetricsConfig
- Amazonite::Lambda::EventSourceMappingMetricsConfig
- Reference
- Object
Overview
The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.
Included Modules
- JSON::Serializable
Defined in:
lambda/event_source_mapping_metrics_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#metrics : Array(EventSourceMappingMetric) | Nil
The metrics you want your event source mapping to produce, including
EventCount,ErrorCount,KafkaMetrics. -
#metrics=(metrics : Array(EventSourceMappingMetric) | Nil)
The metrics you want your event source mapping to produce, including
EventCount,ErrorCount,KafkaMetrics. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The metrics you want your event source mapping to produce, including EventCount, ErrorCount,
KafkaMetrics.
-
EventCountto receive metrics related to the number of events processed by your event source mapping. -
ErrorCount(Amazon MSK and self-managed Apache Kafka) to receive metrics related to the number of errors in your event source mapping processing. -
KafkaMetrics(Amazon MSK and self-managed Apache Kafka) to receive metrics related to the Kafka consumers from your event source mapping.
For more information about these metrics, see Event source mapping metrics.
The metrics you want your event source mapping to produce, including EventCount, ErrorCount,
KafkaMetrics.
-
EventCountto receive metrics related to the number of events processed by your event source mapping. -
ErrorCount(Amazon MSK and self-managed Apache Kafka) to receive metrics related to the number of errors in your event source mapping processing. -
KafkaMetrics(Amazon MSK and self-managed Apache Kafka) to receive metrics related to the Kafka consumers from your event source mapping.
For more information about these metrics, see Event source mapping metrics.