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

feat(sdk-node): add HostDetector as default resource detector #4566

Merged
merged 4 commits into from
Mar 25, 2024

Commits on Mar 21, 2024

  1. feat(node-sdk): add HostDetector as default resource detector

    Fixes open-telemetry#4282
    
    - Add `HostDetector` to the list of default resource detectors
    - Add test to make sure host and process values are being set by default
    - Update from deprecated `sdk.detectResources()` to `sdk.start()` on tests
    - Update from deprecated `SemanticResourceAttributes.SERVICE_NAME` to `SEMRESATTRS_SERVICE_NAME` on SDK file
    maryliag committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f606a0a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    6c0a4a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443b3b1 View commit details
    Browse the repository at this point in the history
  3. fix lint

    remove extra lint causing lint error
    maryliag committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8d7eb42 View commit details
    Browse the repository at this point in the history