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

(Do not merge) Add support for insight metrics #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cfln123
Copy link
Contributor

@cfln123 cfln123 commented Sep 16, 2024

Resources:
  KafkaTopic1:
  - Id: ********
    ClusterName: *******
  
Templates:
  KafkaTopic1:
    Inherit: Base
    AVGMessagesInPerSec:
      Threshold: 5
      AlarmAction: Warning
      Metrics:
        - Expression: "SELECT AVG(MessagesInPerSec) FROM \"AWS/Kafka\" WHERE Topic = '*********' AND \"Cluster Name\" = '********'"
          Label: "Query1" # optional
          Id: "q1" # optional
          Period: 60 # optional
Screenshot 2024-09-16 at 18 33 53 Screenshot 2024-09-16 at 18 34 03 Screenshot 2024-09-16 at 18 34 21

@cfln123 cfln123 changed the title Add support for insight metrics (Do not merge yet) Add support for insight metrics Sep 16, 2024
@cfln123 cfln123 changed the title (Do not merge yet) Add support for insight metrics (Do not merge) Add support for insight metrics Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant