Prometheus 監控arangodb
因為業務需求,所以找了不少資料,有幾個網址是我參考的主要,按照順序來,就可以
注意,大前提:arangodb的版本要從3.6開始。
1.搭建arangodb叢集
參考這個作者的,已經寫的很詳細的了。分為兩種,一種是需要金鑰的,一種是不需要,公司裡一般都是需要的。
https://blog.csdn.net/qq_27668313/article/details/88289749
https://blog.csdn.net/qq_27668313/article/details/88998956
2.搭建prometheus 以及grafana.
參考B站,https://www.bilibili.com/video/BV16J411z7SQ?from=search&seid=3666612159787316553
老師講的很詳細,除了最後搭建grafana的時候,提前匯入了那麼多模板,我不知道是幹什麼的。
3.讓prometheus能夠訪問到arangodb,
參考:https://www.arangodb.com/2020/03/monitoring-arangodb-prometheus-grafana/
這個文章的意思翻譯一下,就是:
執行 這條命令 arangodb auth header --auth.jwt-secret /path/to/secret
“ /path/to/secret” 指的是你存放金鑰的地方,是一個具體的檔案,不是資料夾。
然後它會像這樣。
把紅色的字串,存放在監控所在機器上面,我的是放在了 /etc/prometheus/prometheus.token 裡面,
然後在Prometheus 的配置檔案裡面,指定檔案所在位置。
上面是我Prometheus的配置,配置完成一後,在Prometheus裡面檢視,9個都是綠色的。
點選過去,還能訪問:
然後再grafana裡面匯入一個模板,模板的地址是這個:https://github.com/jiaqiaodan/dashboards (原本的作者的地址忘記了,懶得找了,型號fork了一下)
。選擇arangodb-overview.json 就行。
最終顯示的就像這樣。
相關文章
- prometheus JVM監控PrometheusJVM
- Prometheus監控mongoPrometheusGo
- 6.prometheus監控--監控dockerPrometheusDocker
- SpringBoot使用prometheus監控Spring BootPrometheus
- prometheus 監控學習Prometheus
- prometheus監控+alertmanager告警Prometheus
- 05 . Prometheus監控NginxPrometheusNginx
- 使用Prometheus監控FlinkPrometheus
- 11.prometheus監控之黑盒(blackbox)監控Prometheus
- Prometheus監控神器-Rules篇Prometheus
- prometheus+grafana 監控nginxPrometheusGrafanaNginx
- prometheus監控04-AlertManagerPrometheus
- Prometheus監控之Blackbox ExporterPrometheusExport
- Prometheus MySQL監控+grafana展示PrometheusMySqlGrafana
- 開源監控利器Prometheus初探Prometheus
- 16.prometheus監控總結Prometheus
- docker部署監控Prometheus+GrafanaDockerPrometheusGrafana
- 使用 Prometheus-Operator 監控 CalicoPrometheus
- Prometheus監控神器-Alertmanager篇(1)Prometheus
- Prometheus監控神器-Alertmanager篇(4)Prometheus
- Prometheus監控報警系統Prometheus
- 09 . Prometheus監控tomcat+jvmPrometheusTomcatJVM
- Prometheus + Grafana 監控平臺搭建PrometheusGrafana
- Prometheus監控實戰應用Prometheus
- 使用Prometheus搞定微服務監控Prometheus微服務
- Prometheus Operator自定義監控項Prometheus
- Kubernetes監控實踐(2):可行監控方案之Prometheus和SensuPrometheus
- SpringCloud使用Prometheus監控(基於Eureka)SpringGCCloudPrometheus
- Grafana+Prometheus 監控 MySql服務GrafanaPrometheusMySql
- 13.prometheus監控tengine(無用)Prometheus
- Spring Boot中使用Prometheus監控教程Spring BootPrometheus
- prometheus監控golang服務實踐PrometheusGolang
- prometheus的程序監控process-exporterPrometheusExport
- prometheus-監控docker伺服器PrometheusDocker伺服器
- Grafana、Prometheus、mtail-日誌監控GrafanaPrometheusAI
- 使用Prometheus、Grafana監控Artifactory實踐PrometheusGrafana
- Prometheus+Grafana實現服務效能監控:windows主機監控、Spring Boot監控、Spring Cloud Alibaba Seata監控PrometheusGrafanaWindowsSpring BootCloud
- Prometheus監控系統入門與部署Prometheus