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
printer.Warningf("It might be that you are in a PaaS that disallows packet capture, or the local configuration has disabled that privilege by default.\n")
48
48
returnNewApidumpError(api_schema.ApidumpError_PCAPPermission, "Insufficient permissions in container.")
49
49
} else {
50
-
printer.Warningf("Although you are running as root, the Postman Live Collections Agent lacks the CAP_NET_RAW capability.\n")
50
+
printer.Warningf("Although you are running as root, the Postman Insights Agent lacks the CAP_NET_RAW capability.\n")
51
51
printer.Warningf("It might be that you are in a restricted environment which disallows packet capture, even as the root user.\n")
"Unable to read network interfaces. If your host architecture is not %s, try using the Postman Live Collections Agent install script: `bash -c \"$(curl -L https://releases.observability.postman.com/scripts/install-postman-lc-agent.sh)\"`",
82
+
"Unable to read network interfaces. If your host architecture is not %s, try using the Postman Insights Agent install script: `bash -c \"$(curl -L https://releases.observability.postman.com/scripts/install-postman-insights-agent.sh)\"`",
printer.Stderr.Infof("If you're using macOS and your service is not running in a Docker container, try using the native Postman Live Collections Agent with `brew install postman-lc-agent`.\n")
304
+
printer.Stderr.Infof("If you're using macOS and your service is not running in a Docker container, try using the native Postman Insights Agent with `brew install postman-insights-agent`.\n")
printer.Stderr.Warningf("Encountered errors with %d HAR file entries.\n", entriesCount-successCount)
34
-
printer.Stderr.Warningf("Postman Live Insights will ignore entries with errors and generate a spec from the %d entries successfully processed.\n", successCount)
34
+
printer.Stderr.Warningf("Postman Insights will ignore entries with errors and generate a spec from the %d entries successfully processed.\n", successCount)
0 commit comments