Skip to content

Commit

Permalink
Update internal/pkg/instrumentation/bpf/go.opentelemetry.io/otel/trac…
Browse files Browse the repository at this point in the history
…eglobal/probe.go
  • Loading branch information
MrAlias authored Dec 21, 2024
1 parent 30e7015 commit b75e923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (c *converter) decodeEvent(record perf.Record) (*event, error) {
var e *event
switch kind {
case recordKindTelemetry:
e := new(event)
e = new(event)
reader.Reset(record.RawSample)
err = binary.Read(reader, binary.LittleEndian, e)
case recordKindConrol:
Expand Down

0 comments on commit b75e923

Please sign in to comment.