Detector
Classes
- CachingDetector
- Decorator that caches resource detection results to a file.
- ChainDetector
- Combines multiple resource detectors into a chain.
- ComposerDetector
- Detects service information from Composer's InstalledVersions.
- EnvironmentDetector
- Detects resource attributes from environment variables.
- GitDetector
- Detects Git (VCS) information by shelling out to the `git` binary.
- HostDetector
- Detects host information.
- ManualDetector
- Detector that returns manually specified resource attributes.
- OsDetector
- Detects operating system information.
- ProcessDetector
- Detects process information.
- RemoteUrlSanitizer
- Reduces a remote URL to its scheme, host, optional port and path so that no
secrets are ever reported as a resource attribute. Embedded credentials
(user:password@) are removed, and any query string or fragment is dropped as
either can carry an access token.