forked from open-telemetry/opentelemetry-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk: Implement basic host resource detector (open-telemetry#4182)
* add host resource detector * add host resource detector * update changelog * code format * Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py Co-authored-by: Pablo Collins <[email protected]> * resolve conversation * check setup pre-commit * remove error import * remove error import * change get resources * add this resource detector to the list of entry points * add test_resource_detector_entry_points_host and code reformat * Add an underscore _ in front of the resource detector * Add an underscore _ in front of the resource detector * Add an underscore _ in front of the resource detector * Update opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py Co-authored-by: Emídio Neto <[email protected]> * Remove unnecessary variable declarations --------- Co-authored-by: Pablo Collins <[email protected]> Co-authored-by: Leighton Chen <[email protected]> Co-authored-by: Pablo Collins <[email protected]> Co-authored-by: Emídio Neto <[email protected]>
- Loading branch information
1 parent
d5c54e3
commit a36587c
Showing
4 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
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