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 e9cde49 commit 4fb0bc5Copy full SHA for 4fb0bc5
apmproxy/apmserver.go
@@ -63,7 +63,7 @@ func (c *Client) ForwardApmData(ctx context.Context) error {
63
case data := <-c.AgentDataChannel:
64
if err := c.forwardAgentData(ctx, data); err != nil {
65
if errors.Is(err, accumulator.ErrNoData) {
66
- c.logger.Debugf("received something from '%s' without APMData", data.AgentInfo)
+ c.logger.Debugf("Received something from '%s' without APMData", data.AgentInfo)
67
continue
68
}
69
return err
0 commit comments