Skip to content

Commit

Permalink
Update testbed/tests/scenarios.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Markou <[email protected]>
  • Loading branch information
VihasMakwana and ChrsMark authored Dec 17, 2024
1 parent 13ba0c9 commit dd6a4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/scenarios.go
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ func extractIDFromLog(log plog.LogRecord) (string, string) {
if len(match) == 2 {
batch = match[0]
}
// in case of otlp recevier, batch_index and item_index are part of attributes.
// in case of otlp receiver, batch_index and item_index are part of attributes.
if batchIndex, ok := log.Attributes().Get("batch_index"); ok {
batch = batchIndex.AsString()
}
Expand Down

0 comments on commit dd6a4d3

Please sign in to comment.