-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
@en 能说下gonet2在mac 环境下配置开发么 #2
Comments
我写的安装教程可能已经失效,回滚教程里gonet2组件代码到9个月前应该就不会有问题
|
statsd可以参考https://github.com/gonet2/agent/blob/76de3abaaeaf1f8b0da50c36604dbe66be30eb4b/src/agent/proxy.go#L101 |
嗯嗯,感谢,我正在mac 下架构,回头会补充一个 iss 到这里,哈哈 |
还有个问题哈,刚开始学习和研究这个框架,我很难理解傅大说的几个问题,求指教 |
|
嗯嗯,再请教个问题 System.Net.Sockets.SocketException: Connection refused 是否是因为需要生产协议? $cd /github.com/gonet2/tools/proto_scripts |
看错误是连不上服务器端口 |
有邮箱么 en |
我在用户信息页加了邮箱,可以用这个 |
因为之前没有处理过 docker 的缘故,看作者使用的方式是 docker+mac开发方式,要想在本地 mac+docker 跑起来还是很费劲的事情,求@en 指导
1:根据作者的https://github.com/gonet2/doc/blob/master/INSTALL.md安转指南,
$curl -s https://raw.githubusercontent.com/gonet2/tools/master/clone_all.sh | sh
这里应该是同步到本地代码吧?理解为 goget 一样的功能可否?
2:Docker启动服务,如果我采用gogland 编译器!本地怎么调试呢?
或者是开发方式不是这样的?
3:各个模块在 gonet2的用途,都是必须安装的么?我如果安装高级版本是否影响框架?
StatsD + Graphite + Grafana 2 + Kamon Dashboards 监控系统
http://skaka.me/blog/2015/07/21/kamon-statsd-graphite-grafana-introduction这个博主介绍了他的用处
不明白为什么是 JVM 项目可视化,怎么做到 golang 项目的执行可视化?
共享和服务发现
etcd-browser 管理
etcd
mongo
数据库
根据博主写的地址,我 mac 里面有一个 mongo 但是我还是要基于 docker 安装
这两个是处理日志的系统
ELK(ElasticSearch, Logstash, Kibana)搭建实时日志分析平台
https://my.oschina.net/itblog/blog/547250
stdout汇聚
http://dockone.io/article/373
https://yq.aliyun.com/articles/30344 基于Logspout+ELK实现docker日志自动化
The text was updated successfully, but these errors were encountered: