随笔分类 - 监控
【翻译】PROMETHEUS 查询示例
摘要:本文翻译自官网:https://prometheus.io/docs/prometheus/latest/querying/examples/ 简单时间序列选择 Return all time series with the metric http_requests_total: 返回指标 http
阅读全文
【翻译】查询Prothetheus
摘要:本文翻译自官网:https://prometheus.io/docs/prometheus/latest/querying/basics/ Prometheus提供了一种称为PromQL(Prometheus查询语言)的功能查询语言,使用户可以实时选择和汇总时间序列数据。 表达式的结果既可以图形显示
阅读全文
基于grafana+prometheus构建Flink监控
摘要:先上一个架构图 Flink App : 通过report 将数据发出去 Pushgateway : Prometheus 生态中一个重要工具 Prometheus : 一套开源的系统监控报警框架 (Prometheus 入门与实践) Grafana: 一个跨平台的开源的度量分析和可视化工具,可以通过
阅读全文