2019年9月29日

Cortex Architecture

摘要: 内容来自github 官方文档,参考连接:https://github.com/cortexproject/cortex/blob/master/docs/architecture.md Cortex consists of multiple horizontally scalable micros 阅读全文

posted @ 2019-09-29 14:07 荣锋亮 阅读(510) 评论(0) 推荐(0)

cortex 水平扩展试用

摘要: cortex 支持多实例运行,可以灵活实际大规模的部署,以下demo,运行了三个cortex 实例,没有配置副本数(主要是ha ) 同时对于三个cortex 使用haproxy 做为push 以及查询接口的lb,同时基于prometheus 对于haproxy 进行监控(基于haproxy 2.0 阅读全文

posted @ 2019-09-29 13:52 荣锋亮 阅读(941) 评论(0) 推荐(0)

cortex 基本试用

摘要: cortext是prometheus的多租户解决方案,目前在cncf 沙箱孵化,以下是一个简单的试用 注意因为golang 包的问题,而且以下依赖的几个项目都是基于go module 的所以使用了goproxy 配置,具体配置为: export GOPROXY=https://goproxy.cn/ 阅读全文

posted @ 2019-09-29 09:54 荣锋亮 阅读(1392) 评论(0) 推荐(0)

10 Unit Testing and Automation Tools and Libraries Java Programmers Should Learn

摘要: 转自:https://javarevisited.blogspot.com/2018/01/10-unit-testing-and-integration-tools-for-java-programmers.html#ixzz60s1lBt5p 一些很不错的测试框架整理 In last a cou 阅读全文

posted @ 2019-09-29 09:05 荣锋亮 阅读(298) 评论(0) 推荐(0)

导航