原文:prometheus學習系列十一: Prometheus exporter詳解

exporter詳解 前面的系列中,我們在主機上面安裝了node exporter程序,該程序對外暴露一個用於獲取當前監控樣本數據的http的訪問地址, 這個的一個程序成為exporter,Exporter的實例稱為一個target, prometheus通過輪訓的方式定時從這些target中獲取監控數據。 exporter是什么 廣義上向prometheus提供監控數據的程序都可以成為一個exp ...

2019-09-30 09:46 0 4661 推薦指數:

查看詳情

prometheus學習系列十一Prometheus pushgateway的使用

由於網絡問題或者安全問題,可能我們的數據無法直接暴露出一個entrypoint 給prometheus采集。 這個時候可能就需要一個pushgateway來作為中間者完成中轉工作。 prometheus還是采用pull方式來采集pushgateway的數據,我們的采集端通過push方式把數據 ...

Sat Oct 12 01:26:00 CST 2019 0 1315
prometheus學習系列十一Prometheus 安全

prometheus安全 我們這里說的安全主要是基本認證和https2種, 目前這2種安全在prometheus中都沒有的, 需要借助第三方軟件實現, 這里以nginx為例。 基本認證 配置基本認證 在前面的部署中,我們部署完畢prometheus server 后, 可以通過對應 ...

Sat Oct 12 17:58:00 CST 2019 0 983
PrometheusExporter詳解

?   2.Prometheus安裝   3.PrometheusExporter詳解   4.Prometh ...

Sat Nov 20 01:34:00 CST 2021 0 6526
prometheus學習系列十一Prometheus 報警規則配置

prometheus監控系統的的報警規則是在prometheus這個組件完成配置的。 prometheus支持2種類型的規則,記錄規則和報警規則, 記錄規則主要是為了簡寫報警規則和提高規則復用的, 報警規則才是真正去判定是否需要報警的規則。 報警規則中是可以使用記錄規則的。 提供下我整理 ...

Sun Sep 29 00:54:00 CST 2019 0 5180
prometheus學習系列十一Prometheus 采集器的編寫

在前面的文章已經寫了官方的幾個exporter的使用了。 在實際使用環境中,我們可能需要收集一些自定義的數據, 這個時候我們一般是需要自己編寫采集器的。 快速入門編寫一個入門的demo 編寫代碼 只需要一個py文件, 運行起來, 會監聽在8000端口,訪問127.0.0.1 ...

Fri Oct 11 23:32:00 CST 2019 0 1104
prometheus學習系列十一Prometheus和AlertManager的高可用

前面的系列中, prometheus和alertmanager都是單機部署的,會有單機宕機導致系統不可用情況發生。本文主要介紹下prometheus和alertmanager的高可用方案。 服務的高可靠性架構(基本ha) promehtues是以pull方式進行設計的,因此手機時序資料都是 ...

Fri Oct 11 23:32:00 CST 2019 0 793
Prometheus系列--Exporter原理 及 指標

Prometheus系列--Exporter原理 - 知乎 https://zhuanlan.zhihu.com/p/273229856 Prometheus系列--Prometheus使用指南 - 知乎 https://zhuanlan.zhihu.com/p/270644750 ...

Mon Sep 27 18:41:00 CST 2021 0 110
Prometheus Node_exporter 詳解

Basic CPU / Mem / Disk Info     https://www.cnblogs.com/qianyuliang/p/10479515.html Basic CPU / Mem ...

Sun Mar 17 00:39:00 CST 2019 0 1863
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM