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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
We currently provide an option for the gRPC and HTTP entry points but it is common case for users to
not to trust the incoming trace ID. Rather than providing this option at integration points, provide it on the trace.StartOptions.
// IsPublicEndpoint should be set to true for publicly accessible HTTP(S)
// servers. If true, any trace metadata set on the incoming request will
// be added as a linked trace instead of being added as a parent of the
// current trace.
IsPublicEndpoint bool
The text was updated successfully, but these errors were encountered:
We currently provide an option for the gRPC and HTTP entry points but it is common case for users to
not to trust the incoming trace ID. Rather than providing this option at integration points, provide it on the trace.StartOptions.
The text was updated successfully, but these errors were encountered: