We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7330f87 commit bd59d4aCopy full SHA for bd59d4a
apmproxy/apmserver.go
@@ -69,8 +69,8 @@ func (c *Client) ForwardApmData(ctx context.Context) error {
69
return err
70
}
71
once.Do(func() {
72
- // Wait for metadata to be available, metadata will be available as soon as
73
- // the first agent data is processed.
+ // With the first successful request to c.forwardAgent Data() metadata should be
+ // available and processing data from c.LambdaDataChannel can start.
74
lambdaDataChan = c.LambdaDataChannel
75
})
76
case data := <-lambdaDataChan:
0 commit comments