Fixes #26900
@@ -1079,7 +1079,7 @@ impl MetricMap {
.map(|(k,v)| format!("{}: {} (+/- {})", *k,
v.value, v.noise))
.collect();
v.connect(", ")
v.join(", ")
}
The note is not visible to the blocked user.