Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opentelemetry-php/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.4
Choose a base ref
...
head repository: opentelemetry-php/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    d99662f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. update resource detectors to align with spec changes (#1573)

    PR open-telemetry/opentelemetry-specification#4461 clarifies that some
    attributes (service.name, telemetry.*) are mandatory. It also reserves a couple of well-known
    detectors names (container, host, process, service) and the attributes they should populate.
    Consolidate some of our resource detectors into the built-in ones:
    - process-runtime into process, and deprecate
    - os into host, and deprecate
    - sdk-provided into sdk, and deprecate
    - service.name attribute from environment into service detector
    
    Add "mandatory attributes", which is currently service.name, and initially set this to "unknown_service:php"
    similar to Java's implementation. Ensure that the composite detector starts with mandatory attributes.
    
    Ensure that "sdk" and "service" detectors are always included from ResourceInfoFactory.
    
    The deprecated detectors are still available, but do not do anything.
    brettmc authored May 1, 2025
    Configuration menu
    Copy the full SHA
    2722618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d9ceb View commit details
    Browse the repository at this point in the history
Loading