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
Injecting a http client as a dependency is necessary for observability and the others purposes.
For instance, in order to send a trace to OTLP trace provider we have to use our implementation of http.Client with custom http.Transport.
hi @xiaoyijun
appreciate to hear any news.
it's quite minor change and it blocks to setup OTEL, the only option is to use my custom client or fork the sdk
Sorry for the delayed response! I said I would look into it but haven't had the chance to implement this yet.
Since you have a clear vision of how this feature should work and have already proposed some good solutions (like the functional options pattern), would you be interested in contributing this feature yourself? Your contribution would be greatly appreciated and would help other users who need OTEL integration!
What problem did you meet?
Injecting a http client as a dependency is necessary for observability and the others purposes.
For instance, in order to send a trace to OTLP trace provider we have to use our implementation of http.Client with custom http.Transport.
Describe what you'd like Logto to have
There are following options to achieve it:
The text was updated successfully, but these errors were encountered: