We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f83ce commit 311a639Copy full SHA for 311a639
sdk/trace/span.go
@@ -635,7 +635,7 @@ func isSampled(s SamplingResult) bool {
635
type Status struct {
636
// Code is an identifier of a Spans state classification.
637
Code codes.Code
638
- // Message is a user hint about why that status was set. It is only
+ // Description is a user hint about why that status was set. It is only
639
// applicable when Code is Error.
640
Description string
641
}
0 commit comments