-
Notifications
You must be signed in to change notification settings - Fork 658
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
Implement 'process.runtime.*' resource detector #2660
Merged
lzchen
merged 4 commits into
open-telemetry:main
from
mmanciop:process_resource_attributes
May 9, 2022
Merged
Implement 'process.runtime.*' resource detector #2660
lzchen
merged 4 commits into
open-telemetry:main
from
mmanciop:process_resource_attributes
May 9, 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
mmanciop
force-pushed
the
process_resource_attributes
branch
from
May 4, 2022 14:40
78687a8
to
2192b86
Compare
codeboten
reviewed
May 4, 2022
mmanciop
force-pushed
the
process_resource_attributes
branch
2 times, most recently
from
May 4, 2022 16:34
52283d7
to
b3c4826
Compare
srikanthccv
reviewed
May 5, 2022
mmanciop
force-pushed
the
process_resource_attributes
branch
3 times, most recently
from
May 5, 2022 16:22
5e95f58
to
c15e3b6
Compare
mmanciop
changed the title
Implement 'process.runtime.*' attributes for resources
Implement 'process.runtime.*' resource detector
May 6, 2022
lzchen
approved these changes
May 6, 2022
srikanthccv
approved these changes
May 6, 2022
lzchen
reviewed
May 6, 2022
lzchen
reviewed
May 6, 2022
lzchen
added
the
Approve Public API check
This label shows that the public symbols added or changed in a PR are strictly necessary
label
May 6, 2022
mmanciop
force-pushed
the
process_resource_attributes
branch
from
May 9, 2022 10:28
eadf665
to
b7cbf49
Compare
Rebased the PR and squashed the commits |
Implement support for the the 'process.runtime.name', 'process.runtime.version' and 'process.runtime.description' through the 'opentelemetry.sdk.resources.ProcessResourceDetector' as specified in the resource semantic conventions for processes.
mmanciop
force-pushed
the
process_resource_attributes
branch
from
May 9, 2022 10:31
b7cbf49
to
9d66aa5
Compare
@codeboten would you please let the build run again? :-) |
@mmanciop |
@lzchen this should be it, I hope. |
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Approve Public API check
This label shows that the public symbols added or changed in a PR are strictly necessary
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.
Description
Implement support for the the
process.runtime.name
,process.runtime.version
andprocess.runtime.description
as specified in the resource semantic conventions for processes through a newopentelemetry.sdk.resources.ProcessResourceDetector
detector.Fixes #2659
Type of change
How Has This Been Tested?
opentelemetry-sdk
package using the code from https://opentelemetry.io/docs/instrumentation/python/getting-started/ and check the resource attributes written out.Does This PR Require a Contrib Repo Change?
Checklist: