-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add semconv/v1.5.0 package #2322
Conversation
Generated from a modified version of the v1.5.0 release of the specification using a modified version of the semconvgen tools. The specification contained capitalized IDs that caused errors from the semconvgen tool. These errors were manually resolved and the rest of the Go formatting tools were used to provide consistent code. Important to note, the Go semconvgen tooling includes new name capitalization rules for ReplicaSet, StatefulSet, and DaemonSet that mean code names are not backwards compatible. This is included in the changelog to help users perform the upgrade.
Codecov Report
@@ Coverage Diff @@
## main #2322 +/- ##
=======================================
+ Coverage 73.3% 73.6% +0.3%
=======================================
Files 174 175 +1
Lines 12245 12409 +164
=======================================
+ Hits 8976 9137 +161
- Misses 3035 3039 +4
+ Partials 234 233 -1
|
I assume this is done according to these instructions: https://github.com/open-telemetry/opentelemetry-go/blob/main/RELEASING.md#semantic-convention-generation Do you also plan to repeat this for specs 1.6.1 and 1.7.0? |
Nevermind, I see the PRs. |
Generated from a modified version of the v1.5.0 release of the specification using a modified version of the semconvgen tools. The specification contained capitalized IDs that caused errors from the semconvgen tool. These errors were manually resolved and the rest of the Go formatting tools were used to provide consistent code. The changes were then double checked by looking at a diff in the specification and in the generated code between the v1.4.0 and v1.5.0 tags. All the changes made were valid.
Important to note, the Go semconvgen tooling includes new name capitalization rules for ReplicaSet, StatefulSet, and DaemonSet that mean code names are not backwards compatible. This is included in the changelog to help users perform the upgrade.