ttoad

Results 22 issues of ttoad

### Problem Statement Can you support openTracing.TextMap type for BridgeTrace. I don't understand why only HTTPHeaders are supported, is there any reason? I would like to hear more about it.

enhancement

Add logging options to jaeger.sampler. #2259

## Background The log output statement in the UpdateSampler function is commented out. ## Proposed Solution Maybe we can use the otel.Handle function to print the log

## Requirement - what kind of business use case are you trying to solve? Go-plugin has a panic, but no error message is visible ## Problem - what in Jaeger...

Resolves #608 Inject logger when calling NewSampler method

Sampler initialization without logger injection. ``` func (sc *SamplerConfig) NewSampler( serviceName string, metrics *jaeger.Metrics, ) ``` should be change to ``` func (sc *SamplerConfig) NewSampler( serviceName string, metrics *jaeger.Metrics, logger...

bug

#### Proposal State in advance that my English is poor The following are all from Google Translate Support code like this: opentracing-go/propagation.go (about line 158) ``` type HTTPHeadersCarrier http.Header //...

This OTEP is to add support for parsing request information to generate metrics. Some business-related metrics need to be generated by parsing the request information (e.g., request body, header, response...

When using `Telescope grep_string search=`, the more mismatched data is displayed in front. ![image](https://user-images.githubusercontent.com/14021602/191236636-9befc359-b2e1-438c-812a-854e4a922006.png)

enhancement

why no support opentelmetry?