-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Dns plugin from the config #612
Comments
OlivierAlbertini
added a commit
to VilledeMontreal/opentelemetry-js
that referenced
this issue
Dec 11, 2019
closes open-telemetry#612 Signed-off-by: Olivier Albertini <[email protected]>
per SIG |
mayurkale22
pushed a commit
that referenced
this issue
Dec 12, 2019
closes #612 Signed-off-by: Olivier Albertini <[email protected]>
pichlermarc
pushed a commit
to dynatrace-oss-contrib/opentelemetry-js
that referenced
this issue
Dec 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After v0.2, we added dns in the config file.
https://github.com/open-telemetry/opentelemetry-js/blob/master/packages/opentelemetry-node/src/config.ts
We should do that since It might require to add Dns plugin options.
For example, If we use zipkin exporter, dns need to ignore the http url otherwise we will have a loop.
For now, there is no feature that let's us fix this kind of behaviour...
The text was updated successfully, but these errors were encountered: