Skip to content

Commit

Permalink
Merge pull request #292 from ministryofjustice/rds-cw-metrics-update
Browse files Browse the repository at this point in the history
feat: 🎸 add allocated storage metrics to RDS yace config
  • Loading branch information
sj-williams authored Nov 21, 2024
2 parents c602b09 + f16971f commit 7403bf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/yace-cloudwatch-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@ config: |-
- Minimum
- SampleCount
nilToZero: true
- name: AllocatedStorage
statistics:
- Sum
- Average
- Maximum
- Minimum
- SampleCount
nilToZero: true
- type: AWS/S3
regions:
Expand Down

0 comments on commit 7403bf0

Please sign in to comment.