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
We need to find the proper way to get logs from the probes. That is required to debug probe issues, monitor the probes state and get notified when JS error happens.
logs from the probes should be safe for the API, need to make sure broken probe won't take all the newrelic storage space (probably should be combined with Exponential backoff for probes #52 or another way of disabling the probes)
most likely winston-socket.io should be used on the probe side, then log data to stdout on the API side.
The text was updated successfully, but these errors were encountered:
Current plan: Make it possible only for adopted probes via our upcoming dashboard. The user could view all probe logs and decide to send them to us if he wants. Maybe even offer an easy "generate debug info" button.
We need to find the proper way to get logs from the probes. That is required to debug probe issues, monitor the probes state and get notified when JS error happens.
Requirements:
winston-socket.io
should be used on the probe side, then log data to stdout on the API side.The text was updated successfully, but these errors were encountered: