Using PromQL in Prometheus HTTP API

Using PromQL in Prometheus HTTP API

The current stable HTTP API of Prometheus can be accessed via /api/v1. API Response Format The Prometheus API uses JSON format for response content. When the API call is successful, it will return a 2xx HTTP status code. Conversely, when the API call fails, it may return the following different HTTP status codes: 404 Bad … Read more

7 Rule Engines of Cortex: A Powerful Python Monitoring System

7 Rule Engines of Cortex: A Powerful Python Monitoring System

Hi, I’m Huan Ge! Today, I want to take you on a journey to explore a powerful Python monitoring system—Cortex, especially its cool 7 rule engines. Cortex can help us monitor various metrics in real-time and issue alerts promptly when anomalies occur, just like a diligent sentinel guarding the stability of our system. Are you … Read more