-
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
Generate semantic conventions according to specification version #1933
Merged
Aneurysm9
merged 2 commits into
open-telemetry:main
from
tigrannajaryan:feature/tigran/semconv-gen-by-ver
Jun 1, 2021
Merged
Generate semantic conventions according to specification version #1933
Aneurysm9
merged 2 commits into
open-telemetry:main
from
tigrannajaryan:feature/tigran/semconv-gen-by-ver
Jun 1, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tigrannajaryan
force-pushed
the
feature/tigran/semconv-gen-by-ver
branch
3 times, most recently
from
May 20, 2021 02:34
0bbf8b3
to
9485966
Compare
tigrannajaryan
changed the title
Generate semantic conventions according to specification latest tagged version
[WIP] Generate semantic conventions according to specification latest tagged version
May 20, 2021
tigrannajaryan
commented
May 20, 2021
@Aneurysm9 does this work the way you expected it should in your comment here #1890 (comment) ? |
Aneurysm9
reviewed
May 20, 2021
@Aneurysm9 PTAL. |
Aneurysm9
reviewed
May 21, 2021
tigrannajaryan
changed the title
[WIP] Generate semantic conventions according to specification latest tagged version
[WIP] Generate semantic conventions according to specification version
May 25, 2021
Closed
tigrannajaryan
added
the
Skip Changelog
PRs that do not require a CHANGELOG.md entry
label
May 27, 2021
tigrannajaryan
force-pushed
the
feature/tigran/semconv-gen-by-ver
branch
from
May 27, 2021 21:34
5b67ba8
to
d9c3763
Compare
…d version This modifies the generation tool to generate the content from the latest tagged version of the specification (previously it was just using whatever the spec repo's working directory contained). The generated files will be now placed in a sub-directory with a name matching the tagged version number. The generated package will be placed under the "semconv" directory. Note: we will use the new logic generate the semconv/v1.3.0 package in a separate future PR.
tigrannajaryan
force-pushed
the
feature/tigran/semconv-gen-by-ver
branch
from
May 27, 2021 21:37
d9c3763
to
b3c4c5a
Compare
tigrannajaryan
changed the title
[WIP] Generate semantic conventions according to specification version
Generate semantic conventions according to specification version
May 27, 2021
Codecov Report
@@ Coverage Diff @@
## main #1933 +/- ##
=======================================
- Coverage 76.3% 76.3% -0.1%
=======================================
Files 157 157
Lines 8358 8358
=======================================
- Hits 6380 6378 -2
- Misses 1723 1725 +2
Partials 255 255
|
tigrannajaryan
requested review from
dashpole,
evantorrie,
jmacd,
MadVikingGod,
paivagustavo and
XSAM
as code owners
May 27, 2021 21:55
@Aneurysm9 @MrAlias this is ready for review. |
Aneurysm9
approved these changes
May 27, 2021
dashpole
approved these changes
May 28, 2021
Can we merge this or need to wait for more reviews? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This modifies the generation tool to generate the content from the latest tagged
version of the specification (previously it was just using whatever the spec repo's
working directory contained).
The generated files will be now placed in a sub-directory with a name matching the
tagged version number. The generated package will be placed under the "semconv" directory.