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
We are currently using a custom opentelemetry tracer in our application.
At the moment, we replace the global tracer during our custom go plugin initialization using the following code:
While this approach works, it feels fragile and prone to issues.
I would like to suggest adding similar configuration functions in the Tyk library for better integration and stability.
Specifically, having functions like trace.SetTracerProvider and trace.SetTextMapPropagator in the github.com/TykTechnologies/opentelemetry/trace package would be very helpful.
This addition would allow for more seamless integration and configuration of the OpenTelemetry components within Tyk.
Thank you for considering this request.
Best regards,
Eran ofer
The text was updated successfully, but these errors were encountered:
Hi,
We are currently using a custom opentelemetry tracer in our application.
At the moment, we replace the global tracer during our custom go plugin initialization using the following code:
While this approach works, it feels fragile and prone to issues.
I would like to suggest adding similar configuration functions in the Tyk library for better integration and stability.
Specifically, having functions like trace.SetTracerProvider and trace.SetTextMapPropagator in the github.com/TykTechnologies/opentelemetry/trace package would be very helpful.
This addition would allow for more seamless integration and configuration of the OpenTelemetry components within Tyk.
Thank you for considering this request.
Best regards,
Eran ofer
The text was updated successfully, but these errors were encountered: