You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we are using instana with fargate, we´ve noticed that even with instana env INSTANA_LOG_LEVEL=warn, and no env INSTANA_DEBUG is set, we are getting this debug log. only this debug log is appearing. It is ingesting a lot of cloudwatch log that we do not need.
The strange thing is that on your code thia log is using debug logger.
logger.debug(Sending spans via span buffer (no. of spans: ${spansToSend.length}));
2024-09-05T21:19:08.479-03:00 Sending spans via span buffer (no. of spans: 5)
2024-09-05T21:19:07.477-03:00 Sending spans via span buffer (no. of spans: 20)
2024-09-05T21:19:06.476-03:00 Sending spans via span buffer (no. of spans: 20)
Short, Self Contained Example
We are only using docker layer, no npm collector:
INSTALL INSTANA AGENT
COPY --from=icr.io/instana/aws-fargate-nodejs:latest /instana /instana
RUN /instana/setup.sh
and starting it with in NODE_OPITIONS.
Node.js Version
NodeJs 20
package.json
no npm package
package-lock.json
no npm package
The text was updated successfully, but these errors were encountered:
Problem Description
Hello, we are using instana with fargate, we´ve noticed that even with instana env INSTANA_LOG_LEVEL=warn, and no env INSTANA_DEBUG is set, we are getting this debug log. only this debug log is appearing. It is ingesting a lot of cloudwatch log that we do not need.
The strange thing is that on your code thia log is using debug logger.
logger.debug(
Sending spans via span buffer (no. of spans: ${spansToSend.length})
);2024-09-05T21:19:08.479-03:00 Sending spans via span buffer (no. of spans: 5)
2024-09-05T21:19:07.477-03:00 Sending spans via span buffer (no. of spans: 20)
2024-09-05T21:19:06.476-03:00 Sending spans via span buffer (no. of spans: 20)
Short, Self Contained Example
We are only using docker layer, no npm collector:
INSTALL INSTANA AGENT
COPY --from=icr.io/instana/aws-fargate-nodejs:latest /instana /instana
RUN /instana/setup.sh
and starting it with in NODE_OPITIONS.
Node.js Version
NodeJs 20
package.json
package-lock.json
The text was updated successfully, but these errors were encountered: