Support Monitoring DynamoDB.#10418
Merged
wu-sheng merged 6 commits intoapache:masterfrom Feb 21, 2023
Merged
Conversation
wu-sheng
reviewed
Feb 20, 2023
Comment on lines
+12
to
+13
| Note that AWS requires that the `HTTP Endpoint URL` must be through HTTPS listening at 443, therefore need to load the certificate in [aws-firehose-receiver](aws-firehose-receiver.md) and set the port to 443. | ||
| Or, you can use another gateway to accept the requests and route them to `aws-filehose-receiver`. |
Member
There was a problem hiding this comment.
I think we need a proxy as always. And we don't need to mention this part again, as firehose receiver doc includes this before.
wu-sheng
reviewed
Feb 20, 2023
Comment on lines
+14
to
+15
| 3. Create a [metric stream](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Metric-Streams.html), set namespace to DynanoDB, and set `Kinesis Data Firehose` to the firehose you just created. | ||
| 4. Config [aws-firehose-receiver](aws-firehose-receiver.md) to receive data. |
Member
There was a problem hiding this comment.
You could refer s3 document, the most important part of this doc is for pointing to AWS docs about how to setup firehose for DynamoDB, and forward to OAP.
Member
|
Should we put |
Member
Author
|
Got it. |
Member
Author
7 tasks
wankai123
approved these changes
Feb 21, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

If this is non-trivial feature, paste the links/URLs to the design doc.
Update the documentation to include this new feature.
Tests(including UT, IT, E2E) are added to verify the new feature.
If it's UI related, attach the screenshots below.
If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #.
Update the
CHANGESlog.