const go.opentelemetry.io/otel/semconv/v1.41.0.OTelSpanSamplingResultKey

4 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L13126: 	OTelSpanSamplingResultKey = attribute.Key("otel.span.sampling_result")
		attribute_group.go#L13283: 	OTelSpanSamplingResultDrop = OTelSpanSamplingResultKey.String("DROP")
		attribute_group.go#L13286: 	OTelSpanSamplingResultRecordOnly = OTelSpanSamplingResultKey.String("RECORD_ONLY")
		attribute_group.go#L13289: 	OTelSpanSamplingResultRecordAndSample = OTelSpanSamplingResultKey.String("RECORD_AND_SAMPLE")