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
/// Returns a socket configuration if the default socket exists, otherwise
185
208
/// it returns http://localhost:8126/. This does not consult environment
186
209
/// variables.
187
210
fndefault() -> Self{
188
-
let path = Path::new("/var/run/datadog/apm.socket");
211
+
let path = AgentEndpoint::DEFAULT_UNIX_SOCKET_PATH;
0 commit comments