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
The headers are configured by "header" directive in "otel_exporter" block, e.g.
otel_exporter {
endpoint localhost:4317;
header X-API-Token "token value";
}
Is your feature request related to a problem? Please describe
Some observable services require authentication to access the grpc service.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: