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
Currently, there is no option to enable otel tracing for ocm.
Adding EnableOtel option to allow users to config the controller
to support otel tracing by wrapping http.RoundTripper with one that
starts a span, injects the span context into the outbound request headers,
and enriches it with metrics.
Signed-off-by: Vu Dinh <[email protected]>
0 commit comments