
Prometheus学习
阿团团
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos6下Prometheus学习(零)——服务器搭建、简单监控数据采集
官方文档https://prometheus.io/docs/prometheus/latest/getting_started/1 服务器搭建1.1 安装下载解压缩就可以,肥肠简单cd /path/to/your/workwget https://github.com/prometheus/prometheus/releases/download/v2.8.1/prome...原创 2019-04-02 15:42:57 · 1230 阅读 · 0 评论 -
Centos6下Prometheus学习(一)——利用Elasticsearch Exporter监控Elasticsearch(施工中)
Elasticsearch集群的搭建可以参考我这篇博文Elasticsearch学习(零)——安装与基本操作Prometheus官网上有Elasticsearch监控使用的exporterhttps://github.com/justwatchcom/elasticsearch_exporter1 Exporter概念官网上就一句话,“An exporter is a binary t...原创 2019-04-03 10:30:21 · 3664 阅读 · 0 评论