Skip to content
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

Update OpenTelemetry packages to 1.8.0 #3351

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Apr 3, 2024

Fixes #3086

This PR:

I tested retries and they don't appear to be working. Will contact OTEL folks and figure out what is going on. My delay was 20 seconds and the default retry duration is 10 seconds. 10 seconds a fine default. Dashboard should startup in that time.

TODO: Update templates and playground service defaults.

Microsoft Reviewers: Open in CodeFlow

@JamesNK
Copy link
Member Author

JamesNK commented Apr 3, 2024

cc @vishweshbankwar. Do you have insight to why retries aren't working?

Successfully tested retries.

@JamesNK JamesNK mentioned this pull request Apr 3, 2024
@JamesNK JamesNK force-pushed the jamesnk/opentelemetry-1.8.0 branch from 7cb1f6f to 279abee Compare April 3, 2024 06:47
Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@eerhardt eerhardt merged commit 7a2d4cc into main Apr 3, 2024
8 checks passed
@eerhardt eerhardt deleted the jamesnk/opentelemetry-1.8.0 branch April 3, 2024 14:50
@eerhardt
Copy link
Member

eerhardt commented Apr 3, 2024

/backport to release/8.0

Copy link
Contributor

github-actions bot commented Apr 3, 2024

Started backporting to release/8.0: https://github.com/dotnet/aspire/actions/runs/8540815099

Copy link
Contributor

github-actions bot commented Apr 3, 2024

@eerhardt backporting to release/8.0 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Update OpenTelemetry packages to 1.8.0
Using index info to reconstruct a base tree...
M	Directory.Packages.props
M	src/Aspire.Hosting/ProjectResourceBuilderExtensions.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Aspire.Hosting/ProjectResourceBuilderExtensions.cs
Auto-merging Directory.Packages.props
CONFLICT (content): Merge conflict in Directory.Packages.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Update OpenTelemetry packages to 1.8.0
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

Copy link
Contributor

github-actions bot commented Apr 3, 2024

@eerhardt an error occurred while backporting to release/8.0, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

eerhardt pushed a commit to eerhardt/aspire that referenced this pull request Apr 3, 2024
* Update OpenTelemetry packages to 1.8.0

* Update template versions
@eerhardt
Copy link
Member

eerhardt commented Apr 3, 2024

@JamesNK - I manually backported this change with #3359 so CI can complete earlier.

I didn't fill out the shiproom template nor add a post to the shiproom channel.

radical pushed a commit to radical/aspire that referenced this pull request Apr 3, 2024
* Update OpenTelemetry packages to 1.8.0

* Update template versions
eerhardt added a commit that referenced this pull request Apr 4, 2024
* Update OpenTelemetry packages to 1.8.0

* Update template versions

Co-authored-by: James Newton-King <[email protected]>
@davidfowl davidfowl added this to the 8.1 milestone Apr 6, 2024
@danmoseley danmoseley mentioned this pull request Apr 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test OTEL retries works
4 participants