Prometheus service discovery
1, Prometheus deployment
Environmental preparation
hostnamectl set-hostname prometheus
systemctl stop firewalld
systemctl disable firewalld
setenforce 0
vim /etc/resolv.conf
nameserver 114.114.114.114
ntpdate ntp1.aliyun.com #Time synchronization must be done, otherwise there will be problems
Unpack and start service
#Drag the ...
Added by airdee on Sat, 11 Dec 2021 09:58:23 +0200
Prometheus Monitoring Practice Series II: installation and deployment
Prometheus supports a variety of operating systems, such as Linux, Windows and Max OSX. An independent binary file is provided on the product official website for downloading. You can download the corresponding tar package and install and deploy it on the server of the corresponding system. Of course, as a monitoring system closely related to c ...
Added by marc2000 on Sun, 31 Oct 2021 11:51:26 +0200
Prometheus service discovery
Life cycle of indicator capture
Prometheus in each scene_ During the interval, the executed jobs will be detected, and these jobs will generate a target list according to the specified service discovery configuration;
Service discovery will return a list of target s containing a set of__ meta_ Tag of metadata beginning with;
Service discovery ...
Added by H-Fish on Sat, 30 Oct 2021 19:16:33 +0300
Prometheus monitoring system
Prometheus monitoring system
Introduction to Prometheus
Prometheus is an open source system monitoring and alarm toolkit, originally built on SoundCloud. Since its establishment in 2012, many companies and organizations have adopted Prometheus, which has a very active developer and user community. It is now an independent open source project, i ...
Added by gibbo1715 on Fri, 29 Oct 2021 18:18:44 +0300