Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozeer/monitor
- Owner: ozeer
- Created: 2023-09-07T04:23:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-13T07:06:35.000Z (about 1 year ago)
- Last Synced: 2024-01-28T20:38:20.401Z (10 months ago)
- Topics: go, grafana, mq, mysql, prometheus, redis, service
- Language: Go
- Homepage:
- Size: 6.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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