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
Describe the bug
I would like to export traces to a Tempo instance hosted on Grafana Cloud. This requires authentication with basic auth, but I cannot make it work using the basicauth extension, it seems only supported when receiving traces via otlp but not exporting.
The basic auth extension is only for incoming requests, not for outgoing. There's a plan to add support for basic auth on the client side, but it hasn't been merged yet (see #8847). As such, I'm closing this, as work is being tracked there.
Describe the bug
I would like to export traces to a Tempo instance hosted on Grafana Cloud. This requires authentication with basic auth, but I cannot make it work using the
basicauth
extension, it seems only supported when receiving traces via otlp but not exporting.It works when using basic auth headers.
Steps to reproduce
What did you expect to see?
Traces sent to Tempo
What did you see instead?
cannot start exporters: requested authenticator is not a client authenticator
Workaround using headers
What version did you use?
Version:
0.48.0
Environment
Kubernetes
The text was updated successfully, but these errors were encountered: