Skip to content

Commit

Permalink
Merge branch 'main' into unify-offset-data-model
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Sep 18, 2023
2 parents 9cfe94d + 8bc797f commit 4b487d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Notice that one of our design goals is to support stripped Go binaries - meaning

We currently track instrumented structs inside the Go standard library and selected open source packages. This solution does not require DWARF information on the target binary and provides stability to instrumentations. Instrumentation authors can get a field location by name instead of hard coding a field offset.

The offsets-tracker generates the [offset_results.json](https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/pkg/inject/offset_results.json) file. This file contains the offsets of the fields in the instrumented structs.
The offsets-tracker generates the [offset_results.json](../internal/pkg/inject/offset_results.json) file. This file contains the offsets of the fields in the instrumented structs.

### Uretprobes

Expand Down

0 comments on commit 4b487d0

Please sign in to comment.