SIGN IN SIGN UP

opentelemetry-sdk: Add ability to refresh process sensitive Resource attributes (#5280)

* opentelemetry-sdk: add ability to refresh process-sensitive resource attributes

* update formatting

* add changelog fragment

* conditionally run 'os.register_at_fork' to support pypy3

* small type hint change

* fix docs build errors and typechecking errors

* address copilot comments

* revert uv.lock changeS

* add os.waitstatus_to_exitcode() to tracer provider fork script

* make update resource private

* simplify fork-based unit tests

* update ServiceInstanceIdResourceDetector to return True for is_process_sensitive()

* switch to using is_process_dependent for ResourceDetector method

* remove all references of 'sensitive'

* update changelog fragment

* document post-fork refresh behavior for service instance id resource detector
L
Lukas Hering committed
55d0b7a1fbf0d36ff168c0dabd5b01232066de6c
Parent: 6115db2
Committed by GitHub <noreply@github.com> on 7/13/2026, 8:32:37 AM