-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tutor for ECS EC2 instance metrics #118
Conversation
--region ${Region} | ||
``` | ||
3. Go to you ECS Console and see if the task is running. | ||
4. Go to the <Link to="/docs/setup/results-EC2-instance-metrics">Results</Link> section to learn how to check the collected metrics and traces. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Go to the <Link to="/docs/setup/results-EC2-instance-metrics">Results</Link> section to learn how to check the collected metrics and traces. | |
4. Go to the <Link to="/docs/setup/results-EC2-instance-metrics">Results</Link> section to learn how to check the collected metrics. |
Co-authored-by: Rayhan Hossain (Mukla.C) <hossain.rayhan@outlook.com>
Co-authored-by: Rayhan Hossain (Mukla.C) <hossain.rayhan@outlook.com>
Co-authored-by: Rayhan Hossain (Mukla.C) <hossain.rayhan@outlook.com>
Co-authored-by: Rayhan Hossain (Mukla.C) <hossain.rayhan@outlook.com>
@@ -27,7 +28,7 @@ If you don't have a cluster, follow this <Link to="/docs/setup/ecs/create-cluste | |||
|
|||
<SectionSeparator /> | |||
|
|||
## 2. Setup the AWS OTel Collector | |||
## 2. Setup the AWS OTel Collector for Xray, StatsD and ECS Container metrics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 2. Setup the AWS OTel Collector for Xray, StatsD and ECS Container metrics | |
## 2. Setup the AWS OTel Collector for Xray, StatsD and ECS Container metrics with CloudWatch |
Otel to OTel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made editorial changes. Will merge for release.
This change should be included in June release. The code has a dependency and not merged yet I believe. @JohnWu20 please confirm. |
Co-authored-by: Min Xia <mxiamxia@gmail.com>
Add tutor for ECS EC2 instance metrics