-
Notifications
You must be signed in to change notification settings - Fork 10
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
allow for an SSH url to be used for github in update script for telemetry #3944
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM just had some nit picks
2. Add config normalization rules [here](https://github.com/DataDog/dd-go/tree/prod/trace/apps/tracer-telemetry-intake/telemetry-payload/static/) following the existing pattern | ||
1. This can be merged with any review from [@apm-sdk](https://github.com/orgs/DataDog/teams/apm-sdk) | ||
1. Check the test failure to see exactly which configs are missing. | ||
2. Add config normalization rules [here](https://github.com/DataDog/dd-go/tree/prod/trace/apps/tracer-telemetry-intake/telemetry-payload/static/) following the existing pattern. Note that the PR must be made against the prod (default) branch. |
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. Add config normalization rules [here](https://github.com/DataDog/dd-go/tree/prod/trace/apps/tracer-telemetry-intake/telemetry-payload/static/) following the existing pattern. Note that the PR must be made against the prod (default) branch. | |
2. Add config normalization rules [here](https://github.com/DataDog/dd-go/tree/prod/trace/apps/tracer-telemetry-intake/telemetry-payload/static/) following the existing pattern. Note that the PR should be made against the `prod` (default) branch. |
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.
While it normally should be made against the prod
branch, there are valid use cases for doing it against a feature branch. As such, I'd prefer to loosen the language a bit here
2. Bonus Points: Run the auto-formatter [_format.py](https://github.com/DataDog/dd-go/blob/prod/trace/apps/tracer-telemetry-intake/telemetry-payload/static/_format.py) from the `dd-go` root via `python ./trace/apps/tracer-telemetry-intake/telemetry-payload/static/_format.py` | ||
3. After merging, update system-tests by running [update.sh](/tests/telemetry_intake/update.sh) | ||
1. This can be run from the root by running `./tests/telemetry_intake/update.sh` | ||
1. This can be run from the root by running `./tests/telemetry_intake/update.sh` (You may need to set `USE_GIT_SSH=1` to force a `[email protected]:` URL) |
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.
1. This can be run from the root by running `./tests/telemetry_intake/update.sh` (You may need to set `USE_GIT_SSH=1` to force a `[email protected]:` URL) | |
1. This can be run from the root by running `./tests/telemetry_intake/update.sh` | |
1. If this fails, try re-running with `USE_GIT_SSH=1` to force a `[email protected]:` URL |
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.
Nit picks don't require re-review
Motivation
the http urls weren't working for me
Changes
see title
Workflow
codeowners
file quickly.🚀 Once your PR is reviewed, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present