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
Is your feature request related to a problem? Please describe.
Currently the Authentication api only supports HttpExporter. I would like the api to also support GrpcExporter.
Describe the solution you'd like
Implement authentication for GrpcExporter by adding headers to gRpc Metadata.
The text was updated successfully, but these errors were encountered:
As discussed in #6975, the Authenticator was conceptually flawed and was removed in #6984.
Users should instead use setHeaders(Supplier<Map<String, String>>) for dynamic header based authentication requirements, as demonstrated in this open-telemetry/opentelemetry.io#5866.
Is your feature request related to a problem? Please describe.
Currently the
Authentication
api only supports HttpExporter. I would like the api to also support GrpcExporter.Describe the solution you'd like
Implement authentication for GrpcExporter by adding headers to gRpc Metadata.
The text was updated successfully, but these errors were encountered: