Skip to main content
Pipes SDK can expose a Prometheus-compatible metrics server. You can customize it to add counters, gauges, histograms, and summaries.
Access metrics at http://localhost:9090/metrics to verify they’re being exposed correctly.
Use Grafana dashboards to visualize block processing rate, error rates, and latency trends from your Prometheus metrics.

Available metric types

You can create different types of Prometheus metrics:
Expose metrics with metricsServer() on your source, then visualize them with Pipes UI.
See the Profiling guide for the built-in per-batch profiler exposed on the same metrics endpoint.