dev-resources.site
for different kinds of informations.
Prometheus for Absolute Beginners
Published at
1/6/2025
Categories
prometheus
monitoring
observability
Author
agardnerit
Author
10 person written this
agardnerit
open
If you're brand new to Prometheus and want a quick and easy introduction, this video will do just that in 13 minutes.
In the video I cover:
- Prometheus and its components
- Different Prometheus metric types
Then during the hands on you will:
- Create a Python / FastAPI based server which makes a prometheus metric available
- Configure Prometheus to retrieve (aka pull or scrape) that metric into Prometheus
- Understand how to troubleshoot prometheus connection errors to the endpoints it is trying to scrape (aka. targets)
- Start Prometheus and view the metric
- Update the metric and watch the the new value be shown in Prometheus
Open Source Code
All of the code I use is open source and available here: https://github.com/agardnerit/prometheus-for-beginners
prometheus Article's
30 articles in total
Monitoring AWS Infrastructure: Building a Real-Time Observability Dashboard with Amazon CloudWatch and Prometheus
read article
Monitor Your Static App memory usage EC2 Instances with Prometheus and Grafana
read article
Scraping Custom Django Metrics with Prometheus
read article
Prometheus
read article
[HANDS ON] Service Discovery in Prometheus
read article
CloudOps Challenge - Real-Time Projects
read article
Prometheus Instance Exposed
read article
Deploying Prometheus With Docker
read article
Prometheus json_exporter: Monitor any JSON API endpoint with Prometheus
read article
Prometheus for Absolute Beginners
currently reading
Dockerized Deployment of a Full Stack Application with Reverse Proxy, Monitoring & Observability
read article
Monitoring Containerized Applications with Kubernetes Tools: A Comprehensive Guide
read article
What is Observability?
read article
Kubernetes Metrics and Monitoring with Prometheus and Grafana
read article
Monitoring Modbus via Prometheus and Grafana
read article
RabbitMQ Monitoring with Prometheus and Grafana
read article
Docker with Prometheus and Grafana: Real-Time Monitoring Simplified
read article
How to Configure a Remote Data Store for Prometheus
read article
EKS & NGINX Load Balancer Monitor with Prometheus, Grafana, andย Alerts
read article
[Open Source] Simplify Metrics Reporting in NestJS with a Zero-Dependency-Injection Global Reporter
read article
Docker to the Rescue: Deploying React And FastAPI App With Monitoring
read article
A Beginner's Guide To Service Discovery in Prometheus
read article
Usando stack de monitoria opensource no Kubernetes (sem Prometheus)
read article
Prometheus - How it's work
read article
Prometheus 3.0: A Quantum Leap in Monitoring
read article
Observability - 3(Prometheus Explanation)
read article
Observability - 2(Metrics, Monitoring & Prometheus)
read article
Golang com Opentelemetry, prometheus, Grafana tempo OSS e Grafana padrรฃo
read article
Prometheus vs CloudWatch for Cloud Native Applications (Updated in 2024)
read article
Prometheus Stack Components Usage in K8 Cluster using Helm
read article
Featured ones: