Skip to content

Commit 8b4e854

Browse files
committed
fix metric label name
1 parent 87b8554 commit 8b4e854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/receive/handler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ func NewHandler(logger log.Logger, o *Options) *Handler {
227227
Namespace: "thanos",
228228
Subsystem: "receive",
229229
Name: "write_e2e_latency_seconds",
230-
Help: "The end-to-end latency of the oldest sample in write requests.",
230+
Help: "The end-to-end latency of write requests.",
231231
Buckets: []float64{1, 5, 10, 20, 30, 40, 50, 60, 90, 120, 300, 600, 900, 1200, 1800, 3600},
232-
}, []string{"code", "tenant", labelPreAgg},
232+
}, []string{"code", "tenant", "rollup"},
233233
),
234234
}
235235

0 commit comments

Comments
 (0)