Introduction
Amazon EventBridge is a serverless event bus that connects applications together by using data from the following:
- Your applications.
- Integrated Software-as-a-Service (SaaS) applications.
- AWS services.
EventBridge delivers a stream of real-time data from event sources and routes that data to targets like AWS Lambda.
- Routing rule are setup to specify where the data is sent. This data is used to build application architectures that react in real-time to all of your data sources.
- EventBridge takes care of event ingestion and delivery, security, authorization, and error handling.
Note
Use the OpsRamp AWS public cloud integration to discover and collect metrics against the AWS service.Setup
To set up the OpsRamp AWS integration and discover the AWS service,
go to AWS Integration Discovery Profile and select EventBridge Bus
.
Metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type | Description |
---|---|---|---|---|
aws_events_DeadLetterInvocations | DeadLetterInvocations | Count | Average | Measures the number of times a rules target is not invoked in response to an event. This includes invocations that would result in triggering the same rule again, causing an infinite loop. |
aws_events_Invocations | Invocations | Count | Average | Measures the number of times a target is invoked for a rule in response to an event. This includes successful and failed invocations, but does not include throttled or retried attempts until they fail permanently. It does not include DeadLetterInvocations. |
aws_events_FailedInvocations | FailedInvocations | Count | Average | Measures the number of invocations that failed permanently. This does not include invocations that are retried, or that succeeded after a retry attempt. It also does not count failed invocations that are counted in DeadLetterInvocations. |
aws_events_TriggeredRules | TriggeredRules | Count | Average | Measures the number of triggered rules that matched with any event. |
aws_events_ThrottledRules | ThrottledRules | Count | Average | Measures the number of triggered rules that are being throttled. |
Event support
CloudTrail event support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.
CloudWatch alarm support
- Not Supported