文章目录 本篇内容介绍 prometheus四种查询类型 本篇总结 本篇内容介绍 4种查询类型: vector matrix scalar string instant query 对应vector range query 对应matrix prometheus四种查询类型 源码地址:promql/parser/value.go // The valid value types. const ( ValueTypeNone ValueType = "none" ValueTypeVector ValueType = "vector" Va