Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instrument gRPC status code for client spans (#1044)
* Add gRPC Status object to offsets * Add ClientConn_Invoke_Returns ebpf probe * Add status code to span event * make docker-generate * Set grpc.status.code attribute * Generate status code fixture * Add changelog entry * Generate error span in grpc test * Switch to int32 and change offset logic * Check argument 2 and use bpf_probe_read_user * Add error struct to pointer chain * Update verify.bats * lint * Fix span status * Skip error checks if resp==nil * Use u32 * Update changelog * Add call to stop_tracking_span * Make docker-offsets * Update changelog for new offsets * make fixture-grpc * Update bats test
- Loading branch information