Open psx95 opened 1 week ago
Name | Link |
---|---|
Latest commit | 2329279b2658eacbbdf6e5c5a0c89b573c31bba9 |
Latest deploy log | https://app.netlify.com/sites/opentelemetry-cpp-api-docs/deploys/673ba561a4a91f00082fc899 |
Attention: Patch coverage is 86.04651%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 87.81%. Comparing base (
a388e87
) to head (2329279
).
Files with missing lines | Patch % | Lines |
---|---|---|
sdk/src/trace/tracer_provider_factory.cc | 50.00% | 6 Missing :warning: |
🚨 Try these New Features:
Thanks for the detailed review, I will go over the suggestions and make necessary changes.
Re #2641
Adds scope configurator for Tracers.
Changes
Some optional, good-to-have convenience functions were recommended by the spec to accommodate common use-cases - these have not been added in this PR.
See the TracerConfigurator spec for these recommendations. They should be added in a future PR.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes