ecs_composex icon indicating copy to clipboard operation
ecs_composex copied to clipboard

[FR] x-dashboards to add `Alarms`

Open JohnPreston opened this issue 3 years ago • 0 comments

Using x-alarms and x-dashboards, I'd like to be able to define which alarms I'd like to see the status along the service metrics


x-alarms:
  cpu-alarm: {}

x-dashboards:
  my-main-dashboard:
    Services: {}
    Alarms:
      - x-alarm: cpu-alarm
      - AlarmName: an-existing-alarm-in-account

JohnPreston avatar May 12 '22 06:05 JohnPreston