metricsServer
Start a Prometheus metrics server so Pipe UI and other tools can scrape pipeline metrics.port: HTTP port for the metrics endpoint (default: 9090)
http://localhost:9090/metrics. When profilers are enabled on decoders or transformers, their metrics are automatically exposed. You can also add custom metrics via ctx.metrics in your pipeline.
Use with Pipe UI for a visual dashboard.

