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.
This project is really awesome and might be worth making it vendor-agnostic with optional authentication and support for sending data to otel collector.
Describe the solution you'd like
Add a few new configs:
AuthEnabled bool
AuthAccessTokenHeader string
Default SPAN_ENDPOINT to otel collector (localhost)
Derive ACCESS_TOKEN env var from config name.
Additional context
The usage for other vendors is pretty similar but this lib makes it way less complicated. Worth making it generic and perhaps donating that to cncf org one day?
The text was updated successfully, but these errors were encountered:
pragmaticivan
changed the title
Make it vendor agnostic
Make it vendor agnostic in the configurations and environment variables
Dec 5, 2021
Is your feature request related to a problem? Please describe.
This project is really awesome and might be worth making it vendor-agnostic with optional authentication and support for sending data to otel collector.
Describe the solution you'd like
Add a few new configs:
AuthEnabled bool
AuthAccessTokenHeader string
Additional context
The usage for other vendors is pretty similar but this lib makes it way less complicated. Worth making it generic and perhaps donating that to cncf org one day?
The text was updated successfully, but these errors were encountered: