Prometheus : Scrape Target Basics

Prometheus : Scrape Target Basics

Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=1Jx9AzNhGjU



Duration: 11:46
0 views
3


Documentation : https://sbcode.net/prometheus/scrape-targets/

When you install Prometheus using
# apt install prometheus
It sets up two metrics endpoints. One for Prometheus and the other for a default node exporter that is also installed.
They are both listening at
http:127.0.0.1:9090/metrics and
http:127.0.0.1:9100/metrics
In this video, I show where the settings are configured for these metrics endpoints, how to enable or change them and show some of the properties that can be retrieved in the graph expressions field.







Tags:
prometheus
prometheus engineer
prometheus scrape targets