Submit metric for DynamoDB Stream Type #578
Merged
+129
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Submits a metric for DynamoDB stream type, that we can later query on metabase.
The type of stream will be identified via a tag on the metric:
streamtype:new_and_old_images
streamtype:new_image
streamtype:old_image
streamtype:keys_only
Motivation
Get insights on what stream setting customers are using to come up with a decision regarding: https://docs.google.com/document/d/1phVoU-XtzxjVmECNz3JOC6SJv5GtGj4lbjwXyCv-VUs/edit?tab=t.0#heading=h.ety0x21ybvdr
Testing Guidelines
Manual

and integration tests
Additional Notes
PRs to allow us to query on metabase:
https://github.com/DataDog/consul-config/pull/292757
https://github.com/DataDog/consul-config/pull/292758
Types of Changes
Check all that apply