Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Spelling receiver/l...r #37609

Merged
merged 22 commits into from
Jan 31, 2025
Merged
Prev Previous commit
Next Next commit
spelling: instrumentation
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 31, 2025
commit 913c17e7ac843c3b53cadba58662709ac77a39fa
2 changes: 1 addition & 1 deletion receiver/otelarrowreceiver/internal/arrow/arrow.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ func (id *inFlightData) anyDone(ctx context.Context) {
// data.
//
// This handles constructing an inFlightData object, which itself
// tracks everything that needs to be used by instrumention when the
// tracks everything that needs to be used by instrumentation when the
// batch finishes.
func (r *receiverStream) recvOne(streamCtx context.Context, serverStream anyStreamServer, hrcv *headerReceiver, pendingCh chan<- batchResp, method string, ac arrowRecord.ConsumerAPI) (retErr error) {
// Receive a batch corresponding with one ptrace.Traces, pmetric.Metrics,
Expand Down