Skip to content

Commit

Permalink
Add hint
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko713 committed May 16, 2024
1 parent 7a8389f commit 40e2068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ func testOtelLog(ctx context.Context, wg *sync.WaitGroup, server *state.Server,
break
case <-time.After(10 * time.Second):
logger.PrintError("ERROR - OpenTelemetry log tail timed out after 10 seconds - did not find expected log event in stream")
logger.PrintInfo("HINT - This error may be a false positive if the collector is also running in the background and receiving logs")
return false
}

Expand Down

0 comments on commit 40e2068

Please sign in to comment.