add resource detectors to nodejs instrumentation agent #582
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
never-stale
nodejs
Currently odigos nodejs instrumentation agent includes a few resource detectors.
Those resource detectors are installed as dependencies, but I think they should be used in code, by setting the resourceDetectors property in the
NodeSDKConfiguration
object here.It seems that we can also add additional resource detectors that are currently not used. See the available detectors here
The text was updated successfully, but these errors were encountered: