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.
Our public open telemetry collector is behind auth as any other API with short lived tokens.
A follow up on #134 from @robwdux it would be nice to have a way to refresh the auth token.
Describe the solution you'd like
At the moment we can headers at the sdk initialisation. Probably would be nicer to have it as a separate "auth" interface although not sure if this can be generic enough.
In any case the way of updating this configuration when needed - would be nice.
Describe alternatives you've considered
I believe at the moment the only way is to shutdown and restart SDK.
Additional context
The text was updated successfully, but these errors were encountered:
The OTel-JS library is currently redoing their Exporters. It seems there is a strong intent to support this once that refactor is completed. open-telemetry/opentelemetry-js#3662 (comment)
Since our library depends on theirs we can't really implement this feature until it's available in OTel. Here is the related issue if you would like to keep an eye on it. open-telemetry/opentelemetry-js#2903
Is your feature request related to a problem? Please describe.
Our public open telemetry collector is behind auth as any other API with short lived tokens.
A follow up on #134 from @robwdux it would be nice to have a way to refresh the auth token.
Describe the solution you'd like
At the moment we can
headers
at the sdk initialisation. Probably would be nicer to have it as a separate "auth" interface although not sure if this can be generic enough.In any case the way of updating this configuration when needed - would be nice.
Describe alternatives you've considered
I believe at the moment the only way is to shutdown and restart SDK.
Additional context
The text was updated successfully, but these errors were encountered: