文章分类 -  prometheus

摘要:指标查询(瞬时向量查询) 通过指标名称和标签进行查询,可以查询该指标下的所有时间序列距离当前系统时间最新的值,无时间概念,所以查询的结果称为瞬时向量(instant vector) Grafana默认调用的api是query_range api,可通过【Query Inspector】按钮展开查询请 阅读全文
posted @ 2021-09-09 21:15 拥抱大海,面向天空 阅读(1018) 评论(0) 推荐(0)
摘要:下载软件: wget https://github.com/prometheus/prometheus/releases/download/v2.28.0/prometheus-2.28.0.linux-amd64.tar.gz 解压 tar -zxf prometheus-2.28.0.linux 阅读全文
posted @ 2021-08-24 13:47 拥抱大海,面向天空 阅读(65) 评论(0) 推荐(0)