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
opentelemetry-sdk-extension-aws resource detectors tend to be quite vocal at startup when run outside the expected environment, this is not very helpful if one may want to enable this generally. Would be better to just be silent if we can detect that we are outside the expect environment instead.
Loading most of the resource detectors gets the following errors:
AwsEc2ResourceDetector failed: <urlopen error [Errno 113] No route to host>
Failed to get k8s token: [Errno 2] No such file or directory: '/var/run/secrets/kubernetes.io/serviceaccount/token'
AwsEksResourceDetector failed: [Errno 2] No such file or directory: '/var/run/secrets/kubernetes.io/serviceaccount/token': opentelemetry-sdk-extension-aws: make eks detector less chatty #3074
Most of them should be easily avoidable
The text was updated successfully, but these errors were encountered:
opentelemetry-sdk-extension-aws resource detectors tend to be quite vocal at startup when run outside the expected environment, this is not very helpful if one may want to enable this generally. Would be better to just be silent if we can detect that we are outside the expect environment instead.
Loading most of the resource detectors gets the following errors:
AwsEksResourceDetector failed: [Errno 2] No such file or directory: '/var/run/secrets/kubernetes.io/serviceaccount/token': opentelemetry-sdk-extension-aws: make eks detector less chatty #3074
Most of them should be easily avoidable
The text was updated successfully, but these errors were encountered: