Karthik Kumar

Results 2 issues of Karthik Kumar

This request is similar to https://github.com/openzipkin/brave/issues/357. It would be nice to be able to configure the tracer to send certain tags by default. It _might_ be possible to override `end_span`...

## Describe the Bug When adding tags to an ongoing span, we occasionally see the following exception: ``` java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds for length 4 at brave.handler.MutableSpan.tag(MutableSpan.java:883) at...

bug