Skip to content
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 18 commits into from
Aug 1, 2024

Commits on Jun 23, 2024

  1. 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).
    Zirak committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f7040e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    8680918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec2aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b62533d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    73d6e31 View commit details
    Browse the repository at this point in the history
  2. sdk: Collect resource detectors into a set

    See open-telemetry#3992 (comment)
    
    Co-Authored-By: Diego Hurtado <ocelotl@users.noreply.github.com>
    Zirak and ocelotl committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    a32a605 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Changelog entry

    Zirak committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2b4181b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00c616e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. sdk: Ensure tests are compatible with python 3.8

    The signature for `uname_result` changed between 3.8 and 3.9.
    Zirak committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    80ec3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3689a5f View commit details
    Browse the repository at this point in the history
  3. sdk: Make the robots happy

    Zirak committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    777dd99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    500b11d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    1f3becf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12162ed View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    617e397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5415f97 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    1c7aa36 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    lzchen committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    99e13d3 View commit details
    Browse the repository at this point in the history