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
In configuration, we require the URL of the OTLP exporter to contain /v1/traces. We should only require the “base” URL like http://localhost:4138 (or even just the domain) as recommended by the OTEL standard.
The text was updated successfully, but these errors were encountered:
In configuration, we require the URL of the OTLP exporter to contain
/v1/traces
. We should only require the “base” URL likehttp://localhost:4138
(or even just the domain) as recommended by the OTEL standard.The text was updated successfully, but these errors were encountered: