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

Expose RequestOptions for methods causing noisy logs/tracing #45297

Closed
4 of 9 tasks
lmolkova opened this issue Aug 1, 2024 · 1 comment
Closed
4 of 9 tasks

Expose RequestOptions for methods causing noisy logs/tracing #45297

lmolkova opened this issue Aug 1, 2024 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)

Comments

@lmolkova
Copy link
Member

lmolkova commented Aug 1, 2024

Replacing the original issue #25626

The upcoming Azure.RequestOptions gives us the chance to expose ErrorOptions from our convenience methods. We're not planning to do this everywhere, but there have been a handful of cases where the noise of an expected exception degraded the observability/diagnosability experience for customers. This was discussed in detail in the ArchBoard meetings at Azure/azure-sdk#3391. This work item tracks enabling the first set of experiences for HLC libraries.

Foundational

Use internally for both sync/async overloads:

Expose publicly both sync/async overloads:

Could either expose publicly or add an If(Not)Exists method to use internally for both sync/async overloads:

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Service Attention Workflow: This issue is responsible by Azure service team. labels Aug 1, 2024
Copy link

github-actions bot commented Aug 1, 2024

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Aug 1, 2024
@lmolkova lmolkova closed this as completed Aug 1, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

1 participant