We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the anonymous reports are enabled but Kong can't find an internet connection, Kong won't start because:
nginx: [emerg] host not found in syslog server "kong-hf.mashape.com:61828" in /usr/local/kong/nginx.conf:1
When there is no internet connection available and anonymous reports are set to true in the config, just skip the anonymous reports.
true
The text was updated successfully, but these errors were encountered:
5a02dda
Better way of handling #111
ffa273e
Fixes Kong#111
414962d
Better way of handling Kong#111
0ff1978
feat(tags) Add http.protocol and http.host tags (#111)
edb2771
feat(zipkin) Add http.protocol and http.host tags (#111)
73c4d19
subnetmarco
No branches or pull requests
When the anonymous reports are enabled but Kong can't find an internet connection, Kong won't start because:
When there is no internet connection available and anonymous reports are set to
true
in the config, just skip the anonymous reports.The text was updated successfully, but these errors were encountered: