Open tttoad opened 2 years ago
The log output statement in the UpdateSampler function is commented out.
Maybe we can use the otel.Handle function to print the log
In code https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/samplers/jaegerremote/sampler_remote.go#L149 , the output of the log is commented out... The log should be output.
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