From 30bf4529d8002f7612527f18709b4ad5acddf930 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Thu, 17 Feb 2022 18:28:56 -0500 Subject: [PATCH] Update internal/consensus/metrics.go Co-authored-by: M. J. Fromberger --- internal/consensus/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/metrics.go b/internal/consensus/metrics.go index 099bd0c4e..ade1ded0c 100644 --- a/internal/consensus/metrics.go +++ b/internal/consensus/metrics.go @@ -248,7 +248,7 @@ func PrometheusMetrics(namespace string, labelsAndValues ...string) *Metrics { Subsystem: MetricsSubsystem, Name: "block_gossip_parts_received", Help: "Number of block parts received by the node, labeled by whether the " + - "part was relevant to the block the node was currently gathering or not", + "part was relevant to the block the node was currently gathering or not.", }, append(labels, "matches_current")).With(labelsAndValues...), StepDuration: prometheus.NewHistogramFrom(stdprometheus.HistogramOpts{ Namespace: namespace,