GoRuby 最近的时间轴更新
GoRuby's repos on GitHub
Go · 234 人关注
beego-blog
ulricqin's blog use beego framework
CSS · 197 人关注
falcon-eye
linux monitor tool. an agent running on your host collect and display performance data. just like https://github.com/afaqurk/linux-dash
Go · 12 人关注
dns-lookup-latency
A tool to check dns lookup latency
Go · 10 人关注
falcon
An agent running on your host collect and display the performance data
PHP · 4 人关注
Front-end-tutorial
:panda_face:最全的资源教程-前端涉及的所有知识体系
Go · 2 人关注
gen-winning-numbers
private project
Go · 1 人关注
captcha
Golang 实现的验证码服务。
Go · 1 人关注
go
Go · 0 人关注
aliyungo
Go SDK for Aliyun Services (ECS, OSS, SLB and DNS)
Ruby · 0 人关注
aws-codedeploy-agent
Go · 0 人关注
awsauth
0 人关注
beyla
eBPF-based autoinstrumentation of HTTP and HTTPS services
Go · 0 人关注
blackfriday
Blackfriday: a markdown processor for Go
Go · 0 人关注
btrdb
Berkeley Tree Database (BTrDB) - development version
Go · 0 人关注
captcha-1
Go package captcha implements generation and verification of image and audio CAPTCHAs.
Go · 0 人关注
cas-server
JASIG CAS server implementation in Go lang
Shell · 0 人关注
cloudfoundry-buildpack-compiled
cloudfoundry buildpack for compiled app. e.g. golang project
0 人关注
conference
Go · 0 人关注
docker
Docker - the open-source application container engine
0 人关注
DoraemonKit
简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android、微信小程序 )研发助手,你值得拥有。
0 人关注
Eunomia
A lightweight eBPF-based Monitor tool:run ebpf as a service!
PHP · 0 人关注
feature
Etsy's Feature flagging API used for operational rampups and A/B testing.
Scala · 0 人关注
finagle
A fault tolerant, protocol-agnostic RPC system
Ruby · 0 人关注
frigga
类似python supervisor的进程管理工具
HTML · 0 人关注
game-of-life
Demo application for the 'Jenkins: The Definitive Guide' book
0 人关注
gateway
A library for discovering the address of a LAN gateway.
Shell · 0 人关注
gist
C · 0 人关注
gist-c
gist of c code
Go · 0 人关注
go-bits
amd64 optimized bit operations
0 人关注
go-elastalert
GoRuby

GoRuby

快猫星云,开源监控领导者,故障定位真帮手
🏢  https://flashcat.cloud / 合伙人
V2EX 第 59895 号会员,加入于 2014-04-08 09:19:06 +08:00
https://flashcat.cloud 联合创始人
GoRuby 最近回复了
16 小时 22 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@Dxxxxs 🤝🏻🤝🏻🤝🏻😃
17 小时 50 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@matrix1010 你的观点是否正确我无权评论,不过确实是一个有独立思考的人,在这个浮躁的圈子里,值得点赞 👍
18 小时 8 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@Steaven 10 年了...
18 小时 9 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@wkong 🤝🤝🤝
18 小时 10 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@hackroad 这是硬茬子,哈哈
18 小时 11 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@matrix1010 项目后期其实我已经很少写代码了,项目前期我写的比较多。测试与否这块倒是可以聊聊。可能跟我的经历有关,我刚毕业那会,在一个大厂,我们组有个大牛从来不写单测,也不要 QA 同事协助,但是他的代码质量很高,极少听到用户反馈他负责的部分哪哪有 bug ,而组里那些配备了 QA 同时还声称 TDD 开发模式的同事,从质量结果来看,却不尽人意。

不写单测不代表不测,我现在的习惯是,一般很重视功能测试,一个功能跑通了,N 多个方法的正常路径就都跑通了,我个人觉得效率很高。监控系统,不像底层的 OS 、DB ,如果是 OS 、DB ,我觉得得有非常非常完备的 CI ,但是监控系统,作为一个上层系统,功能迭代较快,我感觉把功能测好就挺好了。

以上,纯探讨,纯个人观点。
20 小时 18 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@hackroad 感谢支持啊,任重道远
20 小时 18 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
20 小时 19 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@PROJECT 夜莺自身实际就是一个二进制,直接启动就行了,只是有其他依赖,依赖 mysql 、redis ,如果要一键启动,可以使用默认提供的 docker compose 方式启动。如果只是临时测试,可以使用 v8.beta2 之后的版本,这个版本之后的版本,可以选择不依赖 mysql 、redis ,直接只使用二进制启动~
21 小时 49 分钟前
回复了 GoRuby 创建的主题 程序员 夜莺监控突破一万 star,这是汗水,也是鞭策
@accfcx 哈哈,转瞬 4 年喽~~
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2590 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 77ms · UTC 06:24 · PVG 14:24 · LAX 22:24 · JFK 01:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.