Q1mi / BlogComments

9 stars 0 forks source link

查询 Prometheus | 李文周的博客 #235

Open Q1mi opened 1 month ago

Q1mi commented 1 month ago

https://www.liwenzhou.com/posts/Go/query-prometheus/

李文周的 Blog 提供 Go 语言中文教程,李文周博客,Go 语言学习之路是我整理的一个免费教程,包含部分视频教程,也是非常适合新手学习Go语言的入门教程。Prometheus 提供了一种名为 PromQL (Prometheus Query Language) 的功能性查询语言,允许用户实时选择和聚合时间序列数据。表达式的结果既可以显示为图形,也可以在 Prometheus 的表达式浏览器中显示为表格数据,或者被外部系统通过API使用。