dev-resources.site
for different kinds of informations.
Prometheus for Absolute Beginners
Published at
1/6/2025
Categories
prometheus
monitoring
observability
Author
Adam Gardner
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
Articles
12 articles in total
[HANDS ON] Service Discovery in Prometheus
read article
Prometheus json_exporter: Monitor any JSON API endpoint with Prometheus
read article
Prometheus for Absolute Beginners
currently reading
Python Feature Flags with a Flat JSON File
read article
Automated Markdown Testing: Two Options
read article
Transforming GitHub Codespace Log Files to OpenTelemetry Traces
read article
Context Aware Feature Flags with flagd and OpenFeature in NodeJS
read article
Context Aware Feature Flags in with flagd and OpenFeature in NodeJS
read article
Add Feature Flags with only a JSON flat file in NodeJS
read article
Trace kubectl using OpenTelemetry
read article
tracepusher & HAR to Dev Tools v0.10.0 Released
read article
Automatic OpenTelemetry for Kubernetes Jobs (Hands on)
read article
Featured ones: