-
Notifications
You must be signed in to change notification settings - Fork 911
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
Run soak tests from EC2 #1908
base: master
Are you sure you want to change the base?
Run soak tests from EC2 #1908
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge. |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
7a6310d
to
7ff3316
Compare
7ff3316
to
6b72e5e
Compare
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.
PR Overview
This PR adds a configuration file for the OTEL agent to export metrics and logs from soak tests to Datadog.
- Adds a new YAML file for OTEL configuration.
- Configures receivers, processors, exporters, and service pipelines for both metrics and logs.
Reviewed Changes
File | Description |
---|---|
tests/soak/otel-config.yaml | Added OTEL configuration with receivers, processors, exporters, and service pipelines for Datadog integration |
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
datadog: | ||
api: | ||
site: datadoghq.com | ||
key: KEY |
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.
The Datadog exporter API key is set to a placeholder value ('KEY'). Replace it with the actual key or use a secure method (e.g., environment variable) to load this value in production.
key: KEY | |
key: ${DD_API_KEY} |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
What
Adds OTEL config which would be used by OTEL agent to export the metrics and logs of Soak tests to Datadog.
Instructions to install OTEL agent on EC2:
This would start OTEL agent and tests would start exporting metrics and logs to it.
Other changes to run with EC2
Checklist
References
JIRA:
Test & Review
Open questions / Follow-ups