Skip to content

Commit 668fd95

Browse files
committed
Drop markdown syntax
1 parent 1e79de5 commit 668fd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/trace/sampling.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ const (
4747
// Drop will not record the span and all attributes/events will be dropped.
4848
Drop SamplingDecision = iota
4949

50-
// RecordOnly indicates the span's `IsRecording() == true`, but `Sampled` flag
50+
// RecordOnly indicates the span's IsRecording method returns true, but [trace.FlagsSampled] flag
5151
// *must not* be set.
5252
RecordOnly
5353

54-
// RecordAndSample has span's `IsRecording() == true` and `Sampled` flag
54+
// RecordAndSample indicates the span's IsRecording method returns true and [trace.FlagsSampled] flag
5555
// *must* be set.
5656
RecordAndSample
5757
)

0 commit comments

Comments
 (0)