Skip to content

Commit

Permalink
Fix stale file path on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelroquetto committed Jul 25, 2024
1 parent 77ce610 commit 4d72510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/request/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type PidInfo struct {
// Span contains the information being submitted by the following nodes in the graph.
// It enables comfortable handling of data from Go.
// REMINDER: any attribute here must be also added to the functions SpanOTELGetters,
// SpanPromGetters and getDefinitions in pkg/internal/export/metric/definitions.go
// SpanPromGetters and getDefinitions in pkg/export/attributes/attr_defs.go
type Span struct {
Type EventType `json:"type"`
IgnoreSpan IgnoreMode `json:"ignoreSpan"`
Expand Down

0 comments on commit 4d72510

Please sign in to comment.