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.
Use the AWS public cloud integration to discover and collect metrics against the AWS service.
External reference
Setup
To set up the AWS integration and discover the AWS service, go to AWS Integration Discovery Profile and select EventBridge Bus
.
Event support
CloudTrail event support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.
CloudWatch alarm support
- Not Supported
Supported metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type |
---|---|---|---|
aws_events_MatchedEvents Measures the number of events that matched with any rule. | MatchedEvents | Count | Average |
aws_events_FailedInvocations Measures the number of invocations that failed permanently. This does not include invocations that are retried, or that succeeded after a retry. It also does not count failed invocations that are counted in DeadLetterInvocations. | FailedInvocations | Count | Average |
aws_events_TriggeredRules Measures the number of triggered rules that matched with any event. | TriggeredRules | Count | Average |
aws_events_Invocations Measures the number of times a target is invoked for a bus in response to an event. This includes successful and failed invocations, but does not include throttles or retries until they fail permanently. It does not include DeadLetterInvocations. | Invocations | Count | Average |