- Lab
- A Cloud Guru
Implementing Hierarchical Federation With Prometheus
Prometheus servers are capable of monitoring a large number of applications and components. However, it does not always make sense to monitor everything with a single Prometheus server. Prometheus provides the ability to federate Prometheus servers, allowing high-level Prometheus servers to collect, and even aggregate, metric data from multiple low-level Prometheus servers. In this lab, you will be able to see how this works. You will configure a high-level Prometheus instance to collect data from multiple lower-level Prometheus servers in a single location.
Path Info
Table of Contents
-
Challenge
Configure the Federal Prometheus Server to Scrape Metrics from the Other Two Prometheus Servers
-
Log in to the Federal Prometheus Server.
-
Edit the Prometheus configuration.
-
Implement a scrape configuration to pull metrics from the other two Prometheus servers.
-
-
Challenge
Start the Federal Prometheus Server and Verify Everything Is Working
-
Start and enable Prometheus on the Federal Prometheus Server.
-
Access the Federal Prometheus Server in a browser at
http://<Federated Prometheus Server Public IP>:9090
. -
Run a query to view some metric data.
- You should see metric data for instances that are monitored by the other two Prometheus servers. These instances are called
limedrop-web-1:9100
andlimedrop-web-2:9100
.
- You should see metric data for instances that are monitored by the other two Prometheus servers. These instances are called
-
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.