https://github.com/prometheus/mysqld_exporter https://www.cnblogs.com/xiaobaozi-95/p/11453734.html https://blog.csdn.net/allway2/article/details/106986309/
https://github.com/goharbor/harbor 虽然Docker官方提供了公共的镜像仓库,但是从安全和效率等方面考虑,部署我们私有环境内的Registry也是非常必要的。
客户端取消后nginx 日志错误码是499,但是grpc 取消后,如果下游有其他不能认识的错误,会返回500,需要用 func FromContextError(err error) *Status 进行转换
遇到ELF: not found 本质上,应该是把二进制文件当做 shell 文件来执行了 二进制elf文件被当作shell脚本解析了,原因: https://blog.csdn.net/oscarun/article/details/106634564