Skip to content

Commit 6f4850a

Browse files
dashpoleMrAlias
andauthored
Update sdk/metric/exemplar/storage.go
Co-authored-by: Tyler Yahn <[email protected]>
1 parent 7b79e43 commit 6f4850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/metric/exemplar/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type measurement struct {
6969
Time time.Time
7070
// Value is the value of the measurement.
7171
Value Value
72-
// SpanContext is the SpanContext active when a measurement was made.
72+
// Ctx is the active context when a measurement was made.
7373
Ctx context.Context
7474

7575
valid bool

0 commit comments

Comments
 (0)