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
Using the raw Node Core HTTP client comes with some functionality questions.
For example, do we need to consider implementing the followings:
Following redirect
Configurable timeout
Retry logic
Authentication / Configurable HTTP headers
Do we want to use a third-party npm library and maybe expose it's configuration to the user or should we go with the built-in http.request and implement these features incrementally based on user requests?
cc @mayurkale22 I think you will face the same questions with the Jaeger exporter.
The text was updated successfully, but these errors were encountered:
Another question related to this: do we care about the Zipkin exporter working for the web? Typically I would think the exporter story for the web should just be to export to the OpenTelemetry agent and then have it handle actual exporters, but I figured I'd ask.
Using the raw Node Core HTTP client comes with some functionality questions.
For example, do we need to consider implementing the followings:
Do we want to use a third-party npm library and maybe expose it's configuration to the user or should we go with the built-in
http.request
and implement these features incrementally based on user requests?cc @mayurkale22 I think you will face the same questions with the Jaeger exporter.
The text was updated successfully, but these errors were encountered: