proxyDuration: new prometheus.Histogram({
        name: 'mb_proxy_duration_seconds',
        help: 'Time it takes to get the response from the downstream service',
        buckets: [0.1, 0.2, 0.5, 1, 3, 5, 10, 30],
        labelNames: ['imposter']