Reduce logs "noise" regarding Agent failing to find integration binary #1315
Labels
logging
priority/short-term
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sustain
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is your feature request related to a problem? Please describe.
The Agent looks on a list of paths for the integrations that is going to execute . During this iteration it tries each of it and if the binary is not in one of the paths prints a log message like this until it successfully found it:
This logs bring confusion when troubleshooting other errors of the integration
some examples:
Feature Description
The goal would be to reduce the confusion and noise when looking at the Agent logs. Perhaps some actions can be taken for this:
/var/db/newrelic-infra/newrelic-integrations/bin
to the top of the list so its found on the first iteration which should be the expected one (on Linux).trace
The text was updated successfully, but these errors were encountered: