What Happens Between Dashboards and Prometheus?

What Happens Between Dashboards and Prometheus?

What Happens Between Dashboards and Prometheus? TL;DR Prometheus gives us visibility into our system, but not into how we use that visibility. prom-analytics-proxy is a lightweight, drop-in proxy that captures PromQL query traffic (from dashboards, alerts, scripts, etc.) and gives you insights like top expressions, query latency, error rates, and usage patterns, all visualized in a built-in UI. It helps you optimize your observability stack, reduce waste, and understand what’s actually being queried in production. 👉 Check it out on GitHub

Read More
Thanos Meets OpenTelemetry: Your Guide to Scaling OTLP Metrics.

Thanos Meets OpenTelemetry: Your Guide to Scaling OTLP Metrics.

If you’re familiar with the Prometheus ecosystem, you’ve probably heard of Thanos, a scalable metrics system that can handle the high volume of data generated by modern cloud-native applications.

Read More