DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Serving Prometheus metrics from Gunicorn

5 years ago medium.com

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Prometheus is a popular software for monitoring and alerting. Written on Golang, Prometheus uses a pull model. It means that we need to provide endpoint, usually /metrics, where scrapping jobs from Prometheus can find our metrics. Cool. Let’s start.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com