prometheus.MustNewConstHistogram(prometheus.NewDesc("derp_qd_probe_delays_seconds","Distribution of queuing delays",nil,l),qdh.count,qdh.sum,qdh.bucketedCounts),
prometheus.MustNewConstHistogram(prometheus.NewDesc("derp_qd_probe_delays_seconds","Distribution of queuing delays",nil,l),qdh.count,qdh.sum,maps.Clone(qdh.bucketedCounts)),