Skip to content

Commit

Permalink
Use typedef
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan <[email protected]>
  • Loading branch information
bogdandrutu committed Aug 24, 2022
1 parent 62d41a8 commit c065c0c
Show file tree
Hide file tree
Showing 75 changed files with 8,673 additions and 8,564 deletions.
2 changes: 1 addition & 1 deletion exporter/loggingexporter/internal/otlptext/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (textLogsMarshaler) MarshalLogs(ld plog.Logs) ([]byte, error) {
buf.logAttributes("Attributes", lr.Attributes())
buf.logEntry("Trace ID: %s", lr.TraceID().HexString())
buf.logEntry("Span ID: %s", lr.SpanID().HexString())
buf.logEntry("Flags: %d", lr.Flags())
buf.logEntry("Flags: %d", lr.FlagsStruct().AsRaw())
}
}
}
Expand Down
319 changes: 202 additions & 117 deletions pdata/internal/cmd/pdatagen/internal/base_fields.go

Large diffs are not rendered by default.

Loading

0 comments on commit c065c0c

Please sign in to comment.