Closed rajkumar-rangaraj closed 1 month ago
Attention: Patch coverage is 95.65217%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 86.29%. Comparing base (
6250307
) to head (0dec04c
). Report is 324 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/OpenTelemetry/Metrics/MetricStreamIdentity.cs | 95.65% | 1 Missing :warning: |
@rajkumar-rangaraj Do you know if httpclient, aspnetcore started leveraging the advice for providing custom buckets ?
@rajkumar-rangaraj Do you know if httpclient, aspnetcore started leveraging the advice for providing custom buckets ?
I haven't checked this part yet.
Definitely need a CHANGELOG for this one 😄
@rajkumar-rangaraj Do you know if httpclient, aspnetcore started leveraging the advice for providing custom buckets ?
I haven't checked this part yet.
np! We just need to make sure we don't remove the hardcoded buckets that exist today in sdk, until that happens and old versions are out of support.
Definitely need a CHANGELOG for this one 😄
I also suggest to document this near https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/metrics/customizing-the-sdk#explicit-bucket-histogram-aggregation and recommend users to leverage Advice, wherever feasible
@rajkumar-rangaraj Do you know if httpclient, aspnetcore started leveraging the advice for providing custom buckets ?
I haven't checked this part yet.
np! We just need to make sure we don't remove the hardcoded buckets that exist today in sdk, until that happens and old versions are out of support.
Created an issue to track doc changes separately - https://github.com/open-telemetry/opentelemetry-dotnet/issues/5855
Fixes #5487 Design discussion issue #
Changes
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes