Skip to content

Scrape Target Basics

Video Lecture

Scrape Target Basics Scrape Target Basics

Description

When installing Prometheus using the command,

apt install prometheus

It will automatically set up two metrics endpoints.

  • Prometheus : http://127.0.0.1:9090/metrics
  • Node Exporter : http://127.0.0.1:9100/metrics

In this video, I show where the settings are configured for these metrics endpoints, how to enable them, change them and show some of the properties that can be retrieved in the graph expressions field.

Prometheus 2.31 and Ubuntu 22.04 Notes

There are no considerable differences to be aware of as shown and discussed in the video in case you decide to install Prometheus 2.31.2 on Ubuntu 22.04 LTS.

Comments