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
{
version: 1,
type: socket,
language: php,
agent_version: ${agent_version},
environment: #{app_environment},
node: #{hostname},
agent_config: #{json object/hash of key/value of the agent's config options},
error: {json object or string with anything you can provide w/ more details}
}
To prevent flooding ourselves with reports on every request, send this once per hour at most, and this should only run when a cache is available.
What
We'd like to track core agent startup and socket connection issues so we can identify issues and fix them proactively.
Why
The socket connection might fail for multiple reasons, which might include
core_agent_dir
core_agent_socket
pathnoexec
is set on the volume wherecore_agent_dir
residescore_agent_dir
resides on a bind mount inside a docker container on an OSX host and creating a socket results in aname too long
error. Can't run swarm tests in Docker for Mac moby/moby#23545 (comment)No matter the issue, the end result is that the agent will attempt to connect to the socket, fail, and ultimately stop trying after a few attempts.
How
POST
tohttps://checkin.scoutapp.com/apps/diagnostics.scout
?key=#{org_key}&name=#{app_name}
To prevent flooding ourselves with reports on every request, send this once per hour at most, and this should only run when a cache is available.
See-Also - Python Agent's matching ticket: scoutapp/scout_apm_python#554
The text was updated successfully, but these errors were encountered: