Prometheus + Grafana + Node_ Establishment of indicator monitoring platform of exporter system

Component introduction Node Exporter node_exporter is the general name of a kind of data acquisition components. Exporter is responsible for collecting data from the target and converting it into the format supported by Prometheus. It opens an http interface (so that Prometheus can grab data) Different from the traditional data collection com ...

Posted by $var on Wed, 02 Mar 2022 15:48:39 +0100

Construction of monitoring and alarm platform based on prometheus+Grafana+Alertmanager

prometheus is used to collect data, Grafana is used as a mapping display, and Alertmanager outputs alarms The monitoring alarm platform runs using docker compose Refer to other documents to complete the installation of docker and docker compose Basic environment Docker, docker compose installation completedcentos7.9IP: 192.168.3.10The f ...

Posted by bcamp1973 on Mon, 07 Feb 2022 11:28:42 +0100

Take you ten days to easily complete the Go micro service series

At the beginning of this article, we will publish a series of articles to show you a go zero micro service example in detail. The whole series is divided into ten articles, and the directory structure is as follows: Environment construction (this paper) Service splitting User services Product service Order service Payment services ...

Posted by Tim L on Mon, 17 Jan 2022 15:11:49 +0100

Checkpoint location analysis under spark structured streaming, connection with Grafana monitoring and submission of Kafka Lag monitoring

1, Introduction to spark structured streaming checkpoint location Structured Streaming was introduced in spark version 2.0 in 2016. It is an extensible and fault-tolerant stream processing engine based on Spark SQL Engine. Compared with traditional Spark Streaming, due to the reuse of Spark SQL Engine, the code writing method is the same as bat ...

Posted by ShashidharNP on Mon, 22 Nov 2021 09:44:12 +0100