-
Notifications
You must be signed in to change notification settings - Fork 624
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
sdk: Implement basic os resource detector #3992
Merged
Merged
Commits on Jun 23, 2024
-
sdk: Implement basic os resource detector
Based on OS resource semantics: https://opentelemetry.io/docs/specs/semconv/resource/os/ Currently implements `os.type` and `os.version`, attempting to be in line with what's reported by other runtimes (like java and node).
Configuration menu - View commit details
-
Copy full SHA for f7040e4 - Browse repository at this point
Copy the full SHA f7040e4View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8680918 - Browse repository at this point
Copy the full SHA 8680918View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec2aac - Browse repository at this point
Copy the full SHA fec2aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for b62533d - Browse repository at this point
Copy the full SHA b62533dView commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73d6e31 - Browse repository at this point
Copy the full SHA 73d6e31View commit details -
sdk: Collect resource detectors into a set
See open-telemetry#3992 (comment) Co-Authored-By: Diego Hurtado <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a32a605 - Browse repository at this point
Copy the full SHA a32a605View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b4181b - Browse repository at this point
Copy the full SHA 2b4181bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c616e - Browse repository at this point
Copy the full SHA 00c616eView commit details
Commits on Jul 14, 2024
-
sdk: Ensure tests are compatible with python 3.8
The signature for `uname_result` changed between 3.8 and 3.9.
Configuration menu - View commit details
-
Copy full SHA for 80ec3ed - Browse repository at this point
Copy the full SHA 80ec3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3689a5f - Browse repository at this point
Copy the full SHA 3689a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 777dd99 - Browse repository at this point
Copy the full SHA 777dd99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500b11d - Browse repository at this point
Copy the full SHA 500b11dView commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f3becf - Browse repository at this point
Copy the full SHA 1f3becfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12162ed - Browse repository at this point
Copy the full SHA 12162edView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 617e397 - Browse repository at this point
Copy the full SHA 617e397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5415f97 - Browse repository at this point
Copy the full SHA 5415f97View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c7aa36 - Browse repository at this point
Copy the full SHA 1c7aa36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e13d3 - Browse repository at this point
Copy the full SHA 99e13d3View commit details
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.