网站首页 站内搜索

搜索结果

查询Tags标签: prometheus,共有 179条记录
  • Prometheus之node exporter

    一 下载node_exporter root@k8s-master-01:~# wget https://github.com/prometheus/node_exporter/releases/download/v1.2.2/node_exporter-1.2.2.linux-amd64.tar.gz二 安装node_exporter root@k8s-master-01:~# tar xf node_exporter-1.2.2.linux-amd64.tar.gz -C /usr…

    2021/11/16 17:11:27 人评论 次浏览
  • Prometheus之node exporter

    一 下载node_exporter root@k8s-master-01:~# wget https://github.com/prometheus/node_exporter/releases/download/v1.2.2/node_exporter-1.2.2.linux-amd64.tar.gz二 安装node_exporter root@k8s-master-01:~# tar xf node_exporter-1.2.2.linux-amd64.tar.gz -C /usr…

    2021/11/16 17:11:27 人评论 次浏览
  • Prometheus 使用Python推送指标数据到Pushgateway

    使用Python推送指标数据到Pushgateway 需求描述 实践环境 Python 3.6.5 Django 3.0.6 prometheus-client 0.11.0 代码实现 !/usr/bin/env python -*- coding:utf-8 -*-from prometheus_client import CollectorRegistry, Gauge, push_to_gatewayif __name__ == __main__:r…

    2021/11/9 9:10:02 人评论 次浏览
  • Prometheus 使用Python推送指标数据到Pushgateway

    使用Python推送指标数据到Pushgateway 需求描述 实践环境 Python 3.6.5 Django 3.0.6 prometheus-client 0.11.0 代码实现 !/usr/bin/env python -*- coding:utf-8 -*-from prometheus_client import CollectorRegistry, Gauge, push_to_gatewayif __name__ == __main__:r…

    2021/11/9 9:10:02 人评论 次浏览
  • Prometheus 服务发现之Kubernetes node模式(章节三)

    前言 上次已经介绍过如何在prometheus下监控kubernetes的node了,但是上次介绍的是通过静态方式(static_configs)去完成,在测试环境下node节点数比较少的情况这种方式还是挺方便的。但是到了生产后,规模大了,node节点数多了,有个50,60台时,再使用这种静态的方式去做…

    2021/11/5 22:15:23 人评论 次浏览
  • Prometheus 服务发现之Kubernetes node模式(章节三)

    前言 上次已经介绍过如何在prometheus下监控kubernetes的node了,但是上次介绍的是通过静态方式(static_configs)去完成,在测试环境下node节点数比较少的情况这种方式还是挺方便的。但是到了生产后,规模大了,node节点数多了,有个50,60台时,再使用这种静态的方式去做…

    2021/11/5 22:15:23 人评论 次浏览
  • Prometheus 基于Python Django实现Prometheus Exporter

    基于Python Django实现Prometheus Exporter 需求描述 运行监控需求,需要采集Nginx 每个URL请求的相关信息,涉及两个指标:一分钟内平均响应时间,调用次数,并且为每个指标提供3个标签:请求方法,请求状态,请求URL,并向普罗米修斯暴露这些指标相关数据 实践环境 Pyth…

    2021/10/19 22:39:23 人评论 次浏览
  • Prometheus 基于Python Django实现Prometheus Exporter

    基于Python Django实现Prometheus Exporter 需求描述 运行监控需求,需要采集Nginx 每个URL请求的相关信息,涉及两个指标:一分钟内平均响应时间,调用次数,并且为每个指标提供3个标签:请求方法,请求状态,请求URL,并向普罗米修斯暴露这些指标相关数据 实践环境 Pyth…

    2021/10/19 22:39:23 人评论 次浏览
  • Prometheus部署告警对接邮箱

    文章目录 定义告警规则修改alertmanager的配置文件部署alert-config启动alertmanager指定文件启动prometheus关闭节点上的node_exporter定义告警规则 [root@prometheus ~]# tar xf alertmanager-0.22.2.linux-amd64.tar.gz -C /usr/local/ [root@prometheus ~]# mv /usr/l…

    2021/9/23 23:15:01 人评论 次浏览
  • Prometheus部署告警对接邮箱

    文章目录 定义告警规则修改alertmanager的配置文件部署alert-config启动alertmanager指定文件启动prometheus关闭节点上的node_exporter定义告警规则 [root@prometheus ~]# tar xf alertmanager-0.22.2.linux-amd64.tar.gz -C /usr/local/ [root@prometheus ~]# mv /usr/l…

    2021/9/23 23:15:01 人评论 次浏览
  • RGW、Dashbord部署以及docker安装、基础命令

    RadosGW 对象存储简介: RadosGW 是对象存储(OSS,Object Storage Service)的一种实现方式,RADOS 网关也称为 Ceph 对象网关、RADOSGW、RGW,是一种服务,使客户端能够利用标准对象存储 API 来访问 Ceph 集群,它支持AWS S3和Swift API,rgw运行于librados之上,在ceph 0.…

    2021/9/1 23:07:21 人评论 次浏览
  • RGW、Dashbord部署以及docker安装、基础命令

    RadosGW 对象存储简介: RadosGW 是对象存储(OSS,Object Storage Service)的一种实现方式,RADOS 网关也称为 Ceph 对象网关、RADOSGW、RGW,是一种服务,使客户端能够利用标准对象存储 API 来访问 Ceph 集群,它支持AWS S3和Swift API,rgw运行于librados之上,在ceph 0.…

    2021/9/1 23:07:21 人评论 次浏览
  • 性能测试之redis集群监控环境搭建:prometheus + redis_exporter + grafana

    性能测试之redis集群监控环境搭建:prometheus + redis_exporter + grafana

    2021/8/29 19:06:40 人评论 次浏览
  • 性能测试之redis集群监控环境搭建:prometheus + redis_exporter + grafana

    性能测试之redis集群监控环境搭建:prometheus + redis_exporter + grafana

    2021/8/29 19:06:40 人评论 次浏览
  • Prometheus-node-exporter

    简介内核公开的硬件和操作系统指标的 Prometheus 导出器,用 Go 编写,带有可插入的指标收集器。项目地址: https://github.com/prometheus/node_exportergrafana模板地址: https://grafana.com/grafana/dashboards/8919 安装部署wget https://github.com/prometheus/node…

    2021/8/27 11:36:02 人评论 次浏览
扫一扫关注最新编程教程