You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rework ServiceInfoFactory priorities
- default/all: load detectors from registry last
- env-provided detectors: load in same order as default/all, then from registry in requested order
* split service.instance.id into own detector
to avoid always generating service.instance.id (which is useless for fpm/apache), split it
into its own detector, ServiceInstance, and don't use it by default. If it is enabled, ensure
it runs before registry-provided detectors.
* Update src/SDK/Resource/ResourceInfoFactory.php
Co-authored-by: Chris Lightfoot-Wild <[email protected]>
* override
---------
Co-authored-by: Chris Lightfoot-Wild <[email protected]>
0 commit comments