qiangmzsx

Results 6 issues of qiangmzsx

The new sarama metrics feature can be turned on using the `-no-metric.disable-sarama` control to get monitoring metrics. The default is not to enable it.

# 项目简介 项目地址:https://github.com/prometheus/prometheus 语言:golang 分类:golang/监控 简介:Prometheus是最初在SoundCloud上构建的开源系统监视和警报工具包 。自2012年成立以来,许多公司和组织都采用了Prometheus,该项目拥有非常活跃的开发人员和用户社区。现在,它是一个独立的开源项目,并且独立于任何公司进行维护。为了强调这一点并阐明项目的治理结构,Prometheus 在2016年加入了 Cloud Native Computing Foundation,这是继Kubernetes之后的第二个托管项目。 # 推荐理由 这是目前最好的开源监控系统,简单便捷,得到社区的支持最多。

Go
已查看
审核中
工具库

HI: Visit http://192.168.79.0:8080/jspmyadmin/, appeared a lot of 302 jump. jdk 8+tomcat+1.0.6 log: ``` 192.168.130.194 - - [18/Apr/2019:22:12:30 +0800] "GET /jspmyadmin/login.html HTTP/1.1" 302 - 192.168.130.194 - - [18/Apr/2019:22:12:30 +0800] "GET /jspmyadmin...

``` func PromisePipelining1() { task1 := func() (r interface{}, err error) { return 10, errors.New("error") } task2 := func(v interface{}) (r interface{}, err error) { return v.(int) * 2, nil...

修改runnergo-manage的地址为8085 ![image](https://user-images.githubusercontent.com/4846144/223378246-84e193d8-a7b0-4949-810c-dab819f1c2a9.png) 但是注册页面请求的还是58889. ![image](https://user-images.githubusercontent.com/4846144/223378378-713b9280-6d1e-45df-ab5a-85d944341967.png)

存储:推荐MySQL 缓存:推荐本地缓存结合redis 消息队列:未定