-
Notifications
You must be signed in to change notification settings - Fork 580
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 semantic conventions to v1.7.0 #1385
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1385 +/- ##
=======================================
+ Coverage 69.3% 75.7% +6.4%
=======================================
Files 127 132 +5
Lines 5496 5561 +65
=======================================
+ Hits 3810 4215 +405
+ Misses 1538 1182 -356
- Partials 148 164 +16
|
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
757b149
to
b021bd4
Compare
Merging <24h with a single approval as this is a mechanical change to import paths that fixes issues experienced by users. |
@MrAlias @Aneurysm9 Thanks for the quick fix! Would you be open to cut a patch release for this? |
The following patch has been merged upstream in OpenTelemetry, which fixes the resource detection issue stemming from a transitive dependency on an incompatible version of the OpenTelemetry semantic conventions module: open-telemetry/opentelemetry-go-contrib#1385
The following patch has been merged upstream in OpenTelemetry, which fixes the resource detection issue stemming from a transitive dependency on an incompatible version of the OpenTelemetry semantic conventions module: open-telemetry/opentelemetry-go-contrib#1385
Fixes #1384