随笔分类 -  Prometheus

该文被密码保护。
posted @ 2021-02-24 17:06 sellsa 阅读(14) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-02-24 17:04 sellsa 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-02-24 10:54 sellsa 阅读(3) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-02-21 17:29 sellsa 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-02-18 19:32 sellsa 阅读(18) 评论(0) 推荐(0)
摘要:一个简单的程序 这里使用Python3语言,创建虚拟环境,并安装prometheus_client mkvirtualenv --python "/usr/local/python36/bin/python3" prom pip install prometheus_client 编写一个简单的HT 阅读全文
posted @ 2021-02-12 13:59 sellsa 阅读(1516) 评论(0) 推荐(0)
摘要:Prometheus是一个开源的,基于metrics(度量)的一个开源监控系统,它有一个简单而强大的数据模型和查询语言,让我们分析应用程序。Prometheus诞生于2012年主要是使用go语言编写的,并在Apache2.0许可下获得许可,目前有大量的组织正在使用Prometheus在生产。2016 阅读全文
posted @ 2019-07-01 09:18 sellsa 阅读(1887) 评论(0) 推荐(0)