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
Sending log/events to New Relic consists of several steps:
Checking if rate limiting allows for log/event to be sent
Sending the log/event, taking into account per-task configuration (which tasks that result in events/logs to be sent to NR etc)
Currently (v8.5.2) step 1 above outputs something like this for event and log, respectively:
info: TASK FAILED NEWRELIC: Rate limiting ok: Sending reload failure event to New Relic for task "Some task name"
info: TASK FAILED NEWRELIC: Rate limiting ok: Sending reload failure log entry to New Relic for task "Some task name"
Those messages should only mentioned that rate limiting passed, NOT that the event/log is being sent to NR. That is decided in later steps, which should have their own logging about this.
The text was updated successfully, but these errors were encountered:
Sending log/events to New Relic consists of several steps:
Currently (v8.5.2) step 1 above outputs something like this for event and log, respectively:
Those messages should only mentioned that rate limiting passed, NOT that the event/log is being sent to NR. That is decided in later steps, which should have their own logging about this.
The text was updated successfully, but these errors were encountered: