-
Notifications
You must be signed in to change notification settings - Fork 20
Edit retry mechanism #44
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
Merged
Merged
Conversation
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
ca59387
to
19dbc13
Compare
19dbc13
to
8cf0f20
Compare
majanjua-amzn
approved these changes
Apr 17, 2024
3bbee55
to
61a4b73
Compare
majanjua-amzn
approved these changes
Apr 17, 2024
6c9cb6a
to
20398b3
Compare
019fbb8
to
997a46f
Compare
zzhlogin
approved these changes
Apr 18, 2024
Merged
zzhlogin
pushed a commit
to zzhlogin/aws-application-signals-test-framework
that referenced
this pull request
Jun 6, 2024
…etry-mechanism Edit retry mechanism
zzhlogin
pushed a commit
to zzhlogin/aws-application-signals-test-framework
that referenced
this pull request
Jun 6, 2024
…etry-mechanism Edit retry mechanism
zzhlogin
pushed a commit
to zzhlogin/aws-application-signals-test-framework
that referenced
this pull request
Jun 6, 2024
…etry-mechanism Edit retry mechanism
zzhlogin
pushed a commit
to zzhlogin/aws-application-signals-test-framework
that referenced
this pull request
Jun 6, 2024
…etry-mechanism Edit retry mechanism
georgeboc
pushed a commit
to georgeboc/aws-application-signals-test-framework
that referenced
this pull request
Jul 8, 2024
…y#44) This PR Instrument the sample application using CWOperator by setting up following: 1. annotation: instrumentation.opentelemetry.io/inject-python: "true" 2. run the server with `--noreload` 3. Add `DJANGO_SETTINGS_MODULE` env variable. 4. Add `PYTHONPATH` env variable, this is required as CWOperator instrumentation when application is mount in a specific directory instead of root. 5. Add `OTEL_TRACES_SAMPLER`, this will be removed when Xray remote sampler is ready. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
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.
Issue #, if available:
Making the following changes for the retry script/action
Test run: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/8720954180
Retry action fail test run: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/8726951558/job/23943355253#step:12:99
Retry script fail test run: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/8726900452/job/23943187838#step:14:554
Test run after some more change: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/8726986206
Test run after changing ordering: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/8730300582/job/23954033571
Fail Test run: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/8730465819
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.