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
At the moment the telemetry agent is running not only on the web server but also on Nuntium daemons. This is because these daemons are not blacklisted by Agent#backlisted_constants nor Agent#blacklisted_executables.
Consider making this setting configurable by the host application so that it is simpler to keep the agent from running on unwanted processes.
The text was updated successfully, but these errors were encountered:
At the moment the telemetry agent is running not only on the web server but also on Nuntium daemons. This is because these daemons are not blacklisted by
Agent#backlisted_constants
norAgent#blacklisted_executables
.Consider making this setting configurable by the host application so that it is simpler to keep the agent from running on unwanted processes.
The text was updated successfully, but these errors were encountered: