Skip to content
  • Philipp Winter's avatar
    Implement Prometheus-based metrics. · 337a3afa
    Philipp Winter authored
    The way Prometheus works is that a central instance scrapes metrics from
    various endpoints, bridgestrap being one of them.  We expose a new HTTP
    handler for /metrics and let our Prometheus library do the rest.
    
    This patch fixes #4
    337a3afa