Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozeer/monitor

Prometheus监控相关Demo
https://github.com/ozeer/monitor

go grafana mq mysql prometheus redis service

Last synced: about 16 hours ago
JSON representation

Prometheus监控相关Demo

Awesome Lists containing this project

README

        

## Prometheus监控Demo

## 遇到的问题
1、服务启动报错:error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
解决办法:
```
vi ~/.docker/config.json
# 将credsStore 改成 credStore
```

2、启动报错:mysql_exporter caller=config.go:150 level=error msg="failed to validate config"
解决办法:

## 参考文章或代码
- https://github.com/xhyonline/xutil