Securely Transform JSON into Prometheus
In this video I will show you how to instrument a Python FastAPI to emit or send Prometheus Metrics. I also show those same metrics being captured in Prometheus.
In this video I will show you how to instrument a Python FastAPI to emit or send Prometheus Metrics. I also show those same metrics being captured in Prometheus.
In this video I will show you how to instrument a Python FastAPI to emit or send Prometheus Metrics. I also show those same metrics being captured in Prometheus.
In this video, I respond to a Reddit thread where a user was asking for feedback on leveraging the existing OpenTelemetry semantic conventions vs. a "roll your own" approach. I present some things you consider before finalising your choice.
Did you know that you can store ANYTHING on Dockerhub, not just containers / microservices?
In this video, I demonstrate how you can use the CNCF project ORAS to do exactly that...
Any realistic usage of Prometheus will have tens, if not hundreds, of scraped endpoints. It becomes impossible to know, track and manage each of these manually.
Thankfully, Prometheus offers a feature called Service Discovery which allows you to delegate the maintenance and discovery of endpoints to a secondary service. In other words, you tell Prometheus to "go over here and get the endpoints from this thing" and it will. No more manual effort involved from you.
This video explains how it all works, with a live demo - of course.
This video explains how to gather values (scrape) from a JSON endpoint and get the metrics into Prometheus.
If you want to do this securely, I have a second video which walks through the secure setup.
If you are brand new to Prometheus, this video will guide you through your first steps with the CNCF monitoring tool. From what Prometheus is, how it works, the types of metrics it supports. It is, as usual, a hands-on exercise so by the end of the video you will have Prometheus up and running collecting monitoring data.
In this video I discuss why I believe the discipline of Chaos Engineering is hurt by its own name and is overdue a rebrand.
In this 5 minute video, I explain the OpenTelemetry filestats receiver.
A lot of OpenTelemetry collector distributions exist. Many from the OpenTelemetry project, every vendor seemingly has their own and you can build YOUR own? So which should you choose?