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 b520d04 commit 4b51e60Copy full SHA for 4b51e60
plugins/node/opentelemetry-instrumentation-aws-lambda/src/instrumentation.ts
@@ -382,14 +382,14 @@ export class AwsLambdaInstrumentation extends InstrumentationBase<AwsLambdaInstr
382
if (this._traceForceFlusher) {
383
flushers.push(this._traceForceFlusher());
384
} else {
385
- diag.error(
+ diag.debug(
386
'Spans may not be exported for the lambda function because we are not force flushing before callback.'
387
);
388
}
389
if (this._metricForceFlusher) {
390
flushers.push(this._metricForceFlusher());
391
392
393
'Metrics may not be exported for the lambda function because we are not force flushing before callback.'
394
395
0 commit comments