Logging and monitoring Amazon EventBridge Pipes using AWS CloudTrail and Amazon CloudWatch Logs - Amazon EventBridge

Logging and monitoring Amazon EventBridge Pipes using AWS CloudTrail and Amazon CloudWatch Logs

You can log EventBridge Pipes invocations and using CloudTrail and monitor the health of your pipes using CloudWatch metrics.

CloudWatch metrics

EventBridge Pipes sends metrics to Amazon CloudWatch every minute for everything from a pipe executions being throttled to a target successfully being invoked.

Metric Description

Concurrency

The number of concurrent executions of a pipe.

Valid Dimensions: AwsAccountId

Units: None

Duration

Length of time the pipe execution took.

Valid Dimensions: PipeName

Units: Milliseconds

EventCount

The number of events a pipe has processed.

Valid Dimensions: PipeName

Units: None

EventSize

The size of the payload of the event that invoked the pipe.

Valid Dimensions: PipeName

Units: Bytes

ExecutionThrottled

How many executions of a pipe were throttled.

Note

This value will be 0 if no executions were throttled.

Valid Dimensions: AwsAccountId, PipeName

Units: None

ExecutionTimeout

How many executions of a pipe timed out before completing execution.

Note

This value will be 0 if no executions timed out.

Valid Dimensions: PipeName

Units: None

ExecutionFailed

How many executions of a pipe failed.

Note

This value will be 0 if no executions failed.

Valid Dimensions: PipeName

Units: None

ExecutionPartiallyFailed

How many executions of a pipe partially failed.

Note

This value will be 0 if no executions partially failed.

Valid Dimensions: PipeName

Units: None

EnrichmentStageDuration

How long the enrichment stage took to complete.

Valid Dimensions: PipeName

Units: Milliseconds

EnrichmentStageFailed

How many executions of a pipe's enrichment stage failed.

Note

This value will be 0 if no executions failed.

Valid Dimensions: PipeName

Units: None

Invocations

Total number of invocations.

Valid Dimensions: AwsAccountId, PipeName

Units: None

TargetStageDuration

How long the target stage took to complete.

Valid Dimensions: PipeName

Units: Milliseconds

TargetStageFailed

How many executions of a pipe's target stage failed.

Note

This value will be 0 if no executions failed.

Valid Dimensions: PipeName

Units: None

TargetStagePartiallyFailed

How many executions of a pipe's target stage partially failed.

Note

This value will be 0 if no target stage executions partially failed.

Valid Dimensions: PipeName

Units: None

TargetStageSkipped

How many executions of a pipe's target stage were skipped (for example, due to the enrichment returning an empty payload).

Valid Dimensions: PipeName

Units: Count

Dimensions for CloudWatch metrics

CloudWatch metrics have dimensions, or sortable attributes, which are listed below.

Dimension Description
AwsAccountId

Filters the available metrics by account ID.

PipeName

Filters the available metrics by pipe name.