-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instrument gRPC server span status codes (#1127)
* Instrument gRPC server span status codes * Update internal/pkg/instrumentation/bpf/google.golang.org/grpc/server/bpf/probe.bpf.c Co-authored-by: Tyler Yahn <[email protected]> * Only probe http2server status and start new span if none exists * go mod tidy * Simplify WriteStatus probe * make docker-generate * Update internal/pkg/instrumentation/bpf/google.golang.org/grpc/server/bpf/probe.bpf.c Co-authored-by: Ron Federman <[email protected]> * Remove redundant map_update_elem --------- Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Ron Federman <[email protected]>
- Loading branch information
1 parent
c3560c4
commit 3eb8555
Showing
9 changed files
with
214 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 9 additions & 6 deletions
15
internal/pkg/instrumentation/bpf/google.golang.org/grpc/server/bpf_arm64_bpfel.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 9 additions & 6 deletions
15
internal/pkg/instrumentation/bpf/google.golang.org/grpc/server/bpf_x86_bpfel.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.