2020年5月1日

lightproxy 阿里巴巴开源的基于proxy 的web debug 工具

摘要: lightproxy 阿里巴巴开源的基于proxy 的web debug 工具 包含的特性 捕捉请求&&响应数据 实时主机绑定 远端url转发处理 接口以及页面mock 请求&&响应修改 说明 这个也是一个不错的类似charles以及Fiddler替换方案(跨平台) 参考资料 https://git 阅读全文

posted @ 2020-05-01 23:11 荣锋亮 阅读(1053) 评论(0) 推荐(0)

chartjs-plugin-datasource-prometheus 展示prometheus 数据

摘要: chartjs-plugin-datasource-prometheus 是一个chartjs 的扩展,目前比较简单,只支持line图表,但是理念上好多可以借鉴 环境准备 docker-compose 文件 version: "3" services: prometheus: image: prom 阅读全文

posted @ 2020-05-01 23:05 荣锋亮 阅读(843) 评论(0) 推荐(0)

Autopilot Pattern Applications 开发模式

摘要: 转自:http://autopilotpattern.io/,一种不错的应用开发模式 The autopilot pattern automates in code the repetitive and boring operational tasks of an application, incl 阅读全文

posted @ 2020-05-01 16:44 荣锋亮 阅读(248) 评论(0) 推荐(0)

containerpilot 容器应用的自动服务发现

摘要: 对于容器的服务发现,大家可能使用过registrator一个基于label 以及docker socket &&consul的容器服务发现解决方案(当时还是比较灵活的) 当然也有很多类似的方案,containerpilot是另外一个基于init模式的docker 服务发现工具,使用上同样比较简单,文 阅读全文

posted @ 2020-05-01 15:51 荣锋亮 阅读(329) 评论(0) 推荐(1)

导航