Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support AWS/EventBridge/Pipes #1422

Open
1 task done
cosmos-sun opened this issue May 22, 2024 · 0 comments
Open
1 task done

[FEATURE] Support AWS/EventBridge/Pipes #1422

cosmos-sun opened this issue May 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cosmos-sun
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

I'd like to see metrics for EventBridge pipes just like #982, it would be a great help, thanks!

What might the configuration look like?

- type: AWS/EventBridge/Pipes
      regions:
        - '%AWS_REGION%'
      searchTags:
        *searchTags
      period: 60
      length: 180
      delay: 180
      metrics:
        - name: Duration
          statistics: [Average]
        - name: TargetStageFailed
          statistics: [Average]
        - name: ExecutionTimeout
          statistics: [Average]
        - name: ExecutionFailed
          statistics: [Average]
        - name: Invocations
          statistics: [Average]
        - name: EventCount
          statistics: [Average]
        - name: TargetStageDuration
          statistics: [Average]

Anything else?

https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-monitoring.html

@cosmos-sun cosmos-sun added the enhancement New feature or request label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant