From da7d5640a22352fbb75c57fe8e18f3ab17f06a2b Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Wed, 16 Jan 2019 17:02:02 -0500 Subject: [PATCH] prometheus: reword comment to avoid cursing Signed-off-by: Matt Layher --- prometheus/summary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/summary.go b/prometheus/summary.go index 577fd49..e4c8714 100644 --- a/prometheus/summary.go +++ b/prometheus/summary.go @@ -153,7 +153,7 @@ type SummaryOpts struct { BufCap uint32 } -// Great fuck-up with the sliding-window decay algorithm... The Merge method of +// Problem with the sliding-window decay algorithm... The Merge method of // perk/quantile is actually not working as advertised - and it might be // unfixable, as the underlying algorithm is apparently not capable of merging // summaries in the first place. To avoid using Merge, we are currently adding