普罗米修斯 grafana


  • 简介
  • 目录大纲
  • 最新文档

    超棒的 Prometheus 警报规则

    超棒的 Prometheus 警报规则 https://github.com/samber/awesome-prometheus-alerts

    admin - 2024年9月15日 20:03


    pushgateway

    * Pushgateway就是个数据中转站。提供API,支持数据生产者随时将数据推送过来。 * Pushgateway提供exporter功能,在promethus server拉取数据时,将自己保存的数据反馈给promethus server端。

    admin - 2024年3月31日 21:05


    Prometheus动态配置目标

    scrape_configs: # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config. - job_name: "prometheus" static_configs: - targets: ["localhost:9090……

    admin - 2023年12月6日 21:02


    普罗米修斯

    普罗米修斯下载网址:https://prometheus.io/download/ 监控集成器下载地址:http://www.coderdocument.com/docs/prometheus/v2.14/instrumenting/exporters_and_integrations.html * 架构图 启动服务 ./prometheus --web.enable-lifecycle -……

    admin - 2023年12月6日 20:55


    multi_mysqld_exporter

    multi_mysqld_exporter 官方main版本的代码已经支持多目标的mysqld_exporter,只是还没有发Releases。 https://github.com/prometheus/mysqld_exporter/tree/main commit 93f3538969f36ab0f252511da79135db0841df74(2022.11.15) 本仓库基于以上源码……

    admin - 2023年5月1日 21:06



    admin