andrewhowdencom / courses.pito

Examples & assignments for the course "Practical introduction to Observability".
GNU Affero General Public License v3.0
6 stars 4 forks source link

[Lecture] Runtime metrics #51

Open andrewhowdencom opened 9 months ago

andrewhowdencom commented 9 months ago

Learning Goal

At the end of this lecture, learners should be able to manually read a runtime metric (e.g. garbage collection statistics) and push that to Prometheus. They should also be able to do this via a standard library, and be able to understand the code within that library.