-
Notifications
You must be signed in to change notification settings - Fork 124
Closed as duplicate of#2434
Copy link
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or request
Description
Having a complete and correct resource to associate with telemetry often requires a resource detector to be used. There is currently no way to configure a resource detector for the auto-instrumentation at run-time without having to write an implementation.
Describe the solution you'd like
When auto-instrumentation is started it determines what resource detector to run based on configuration it is provided (i.e environment variables, configuration file).
To accomplish this, the autodetect
package should be used.
Describe alternatives you've considered
- Write our own
autodetect
package (i.e. feat: support resource detector auto-configuration with OTEL_GO_DETECTORS env var #2438)
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or request