Skip to content

Commit 8c97b20

Browse files
committed
Prometheus
1 parent 8a5b8aa commit 8c97b20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

markdown-file/Prometheus-Install-And-Settings.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Prometheus 安装和配置
22

3+
- 不错的发展史说明:<https://caicloud.io/blog/5a5db4203255f5063f2bd462>
34
- 特别说明:一般这类环境要尽可能保证所有服务器时间一致
5+
- Prometheus 本地存储不适合存长久数据,一般存储一个月就够了。要永久存储需要用到远端存储,远端存储可以用 OpenTSDB
6+
- Prometheus 也不适合做日志存储,日志存储还是推荐 ELK 方案
47

58
## Prometheus Docker 安装
69

@@ -287,6 +290,10 @@ scrape_configs:
287290
- [Grafana+Prometheus系统监控之webhook](https://blog.52itstyle.vip/archives/2068/)
288291

289292

293+
## 远端存储方案
294+
295+
- <https://segmentfault.com/a/1190000015576540>
296+
290297

291298
----------------------------------------------------------------------------------------------
292299

0 commit comments

Comments
 (0)