Skip to content

Remove Dns plugin from the config  #612

@OlivierAlbertini

Description

@OlivierAlbertini

After v0.2, we added dns in the config file.

dns: { enabled: true, path: '@opentelemetry/plugin-dns' },

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...

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions