-
Notifications
You must be signed in to change notification settings - Fork 479
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
Conversation
Successfully tested retries. |
7cb1f6f
to
279abee
Compare
...re.ProjectTemplates/templates/aspire-empty/AspireApplication.1.ServiceDefaults/Extensions.cs
Show resolved
Hide resolved
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!
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/aspire/actions/runs/8540815099 |
@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! |
@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. |
* Update OpenTelemetry packages to 1.8.0 * Update template versions
* Update OpenTelemetry packages to 1.8.0 * Update template versions
* Update OpenTelemetry packages to 1.8.0 * Update template versions Co-authored-by: James Newton-King <[email protected]>
Fixes #3086
This PR:
UseOtlpExporter
- [otlp] Update README for UseOtlpExporter & new experimental flag open-telemetry/opentelemetry-dotnet#5452I 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