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
It would be nice to log more specific messages about a resource detector's failure, or that it's disabled because it can't find the required metadata. This needs to be done with a zap logger instance, which has to be passed in from the resource detection processor factory to each of the NewDetector methods.
Probably just need to change the interface of the NewDetector method here to accept a logger and update all of the existing detectors accordingly.
The text was updated successfully, but these errors were encountered:
It would be nice to log more specific messages about a resource detector's failure, or that it's disabled because it can't find the required metadata. This needs to be done with a zap logger instance, which has to be passed in from the resource detection processor
factory
to each of theNewDetector
methods.Probably just need to change the interface of the
NewDetector
method here to accept a logger and update all of the existing detectors accordingly.The text was updated successfully, but these errors were encountered: