Commit 957e173
authored
fix(kinesis): set required dimensions for Firehose quota metrics (#378)
According to AWS Docs [here](https://docs.aws.amazon.com/firehose/latest/dev/monitoring-with-cloudwatch-metrics.html), all firehose metrics require 'DeliveryStreamName' for filtering, this include Bytes, Records and PutRequest Per Second Limit metrics.
Fixes bug where firehose quota limits metrics not working.
---
_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_1 parent e9cb81c commit 957e173
File tree
2 files changed
+5
-5
lines changed- lib/monitoring/aws-kinesis
- test/monitoring/aws-kinesis/__snapshots__
2 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments