You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-25 22:41:46 +02:00
Update golangci-lint to v1.48.0 (#3105)
* Update golangci-lint to v1.48.0 Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
This commit is contained in:
@@ -180,9 +180,10 @@ func TestParentBasedDefaultDescription(t *testing.T) {
|
||||
}
|
||||
|
||||
// TraceIDRatioBased sampler requirements state
|
||||
// "A TraceIDRatioBased sampler with a given sampling rate MUST also sample
|
||||
// all traces that any TraceIDRatioBased sampler with a lower sampling rate
|
||||
// would sample."
|
||||
//
|
||||
// "A TraceIDRatioBased sampler with a given sampling rate MUST also sample
|
||||
// all traces that any TraceIDRatioBased sampler with a lower sampling rate
|
||||
// would sample."
|
||||
func TestTraceIdRatioSamplesInclusively(t *testing.T) {
|
||||
const (
|
||||
numSamplers = 1000
|
||||
|
||||
Reference in New Issue
Block a user