Results 5 issues of Gustavo Aguiar

The purpose of the Baggage Span Processor is to add baggage as attributes to the span

Today to configure a interceptors, we add the module to a list in the config file: ```elixir # config/config.exs config :my_app, MyApp.Mailer, adapter: Bamboo.MandrillAdapter, interceptors: [MyApp.DenyListInterceptor] ``` So if we...

contribution wanted

[Steps to reproduce:] 1. Install Tokamak 2. Open Atom without a project folder 3. Click in Create Tokamak Configuration **Atom**: 1.20.0 x64 **Electron**: 1.6.9 **OS**: "Fedora release **Thrown From**: [tokamak](https://github.com/vertexclique/tokamak)...

**What are you trying to achieve?** Set an attribute to all spans in a trace **What did you expect to see?** Writeable spans on SpanProcessor's OnEnd(Span) **Additional context.** What I...

enhancement
area:sdk
spec:trace
release:after-ga

Hello! After talking about thunder with @spacekookie, she told me about a effort to rewrite thunder to have a better usability and code. Thinking about that, I thought about proposing...

enhancement
question