Bogdan Drutu
Bogdan Drutu
Main motivation is to pass the context to the helper in case any cancelation is needed, and to match the Create[*]Exporter calls. Signed-off-by: Bogdan
Based on this experiment we developed stable code fore: * Allowing support for multiple config "sources" via the "--config" flag and `confmap.Providers` * Work in progress support to allow support...
See https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v0.19.0 Major changes: - [x] #5818 - [ ] #5816 - [x] #5817
**Current API(s):** Right now users can check for a specific flag by using `HasFlag` API, which hides some complicated logic of using bit operations, but requires multiple structs/types. ```golang //...
Signed-off-by: Bogdan