-
Notifications
You must be signed in to change notification settings - Fork 889
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
Introduce Instrumentation Scope Attributes #2579
Merged
reyang
merged 9 commits into
open-telemetry:main
from
tigrannajaryan:feature/tigran/scope-attr
Jun 11, 2022
Merged
Introduce Instrumentation Scope Attributes #2579
reyang
merged 9 commits into
open-telemetry:main
from
tigrannajaryan:feature/tigran/scope-attr
Jun 11, 2022
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/scope-attr
branch
from
May 24, 2022 14:38
f17d534
to
71a08ca
Compare
A similar problem was reported by someone else: open-telemetry/community#1061 |
Oberon00
reviewed
May 24, 2022
Oberon00
added
area:api
Cross language API specification issue
spec:metrics
Related to the specification/metrics directory
spec:logs
Related to the specification/logs directory
spec:trace
Related to the specification/trace directory
labels
May 24, 2022
tigrannajaryan
changed the title
Introduce Scope Attributes
Introduce Instrumentation Scope Attributes
May 24, 2022
Oberon00
reviewed
May 24, 2022
tigrannajaryan
force-pushed
the
feature/tigran/scope-attr
branch
from
May 24, 2022 14:45
71a08ca
to
403d55d
Compare
tigrannajaryan
added a commit
to tigrannajaryan/opentelemetry-proto
that referenced
this pull request
May 24, 2022
Implements OTEP 201: https://github.com/open-telemetry/oteps/blob/main/text/0201-scope-attributes.md Corresponding specification PR: open-telemetry/opentelemetry-specification#2579
tigrannajaryan
added a commit
to tigrannajaryan/opentelemetry-proto
that referenced
this pull request
May 24, 2022
Implements OTEP 201: https://github.com/open-telemetry/oteps/blob/main/text/0201-scope-attributes.md Corresponding specification PR: open-telemetry/opentelemetry-specification#2579
Corresponding proto PR: open-telemetry/opentelemetry-proto#395 |
jack-berg
reviewed
May 25, 2022
jack-berg
approved these changes
May 25, 2022
reyang
reviewed
May 26, 2022
reyang
approved these changes
May 28, 2022
@jsuereth @yurishkuro @jmacd @djaglowski @MrAlias this brings the OTEP201 to the spec. Please review/approve. |
yurishkuro
reviewed
May 30, 2022
yurishkuro
approved these changes
May 30, 2022
Oberon00
reviewed
May 31, 2022
carlosalberto
approved these changes
May 31, 2022
jmacd
approved these changes
May 31, 2022
tigrannajaryan
force-pushed
the
feature/tigran/scope-attr
branch
from
June 7, 2022 14:45
b63a5a1
to
526bdcf
Compare
joaopgrassi
approved these changes
Jun 7, 2022
Let's merge this after 1.12 release. |
lalitb
reviewed
Jun 7, 2022
MrAlias
approved these changes
Jun 8, 2022
tigrannajaryan
added a commit
to open-telemetry/opentelemetry-proto
that referenced
this pull request
Jun 12, 2022
Implements OTEP 201: https://github.com/open-telemetry/oteps/blob/main/text/0201-scope-attributes.md Corresponding specification PR: open-telemetry/opentelemetry-specification#2579
Merged
3 tasks
7 tasks
beeme1mr
pushed a commit
to beeme1mr/opentelemetry-specification
that referenced
this pull request
Aug 31, 2022
beeme1mr
pushed a commit
to beeme1mr/opentelemetry-specification
that referenced
this pull request
Aug 31, 2022
This was referenced Oct 7, 2022
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this pull request
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:api
Cross language API specification issue
spec:logs
Related to the specification/logs directory
spec:metrics
Related to the specification/metrics directory
spec:trace
Related to the specification/trace directory
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.
Implements OTEP 201: https://github.com/open-telemetry/oteps/blob/main/text/0201-scope-attributes.md
Another PR will opened against the https://github.com/open-telemetry/opentelemetry-proto
repository to add the necessary fields to the messages.