Skip to content

Commit

Permalink
Fix help text for limits hit metric
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
  • Loading branch information
douglascamata committed Jul 27, 2022
1 parent 7efee5e commit 42d9f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/receive/limiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func newRequestLimiter(sizeBytesLimit, seriesLimit, samplesLimit int64, reg prom
Namespace: "thanos",
Subsystem: "receive",
Name: "write_limits_hit",
Help: "The number of times a request was refused due to a remote write limit.",
Help: "Summary of how much beyond the limit a refused remote write request was.",
Objectives: map[float64]float64{0.50: 0.1, 0.95: 0.1, 0.99: 0.001},
}, []string{"tenant", "limit"},
),
Expand Down

0 comments on commit 42d9f49

Please sign in to comment.