From 1be705b34bf95475729d499cd92cdb9bb1d567d5 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Tue, 11 Feb 2025 20:32:14 +0000 Subject: [PATCH] spelling --- processor/metricstarttimeprocessor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/metricstarttimeprocessor/README.md b/processor/metricstarttimeprocessor/README.md index e07a197395ca..5bd344d8dd78 100644 --- a/processor/metricstarttimeprocessor/README.md +++ b/processor/metricstarttimeprocessor/README.md @@ -46,7 +46,7 @@ Pros: Cons: -* This strategy is **stateful** because the initial True Reset point is neccessary to properly calculate rates on subsequent points. +* This strategy is **stateful** because the initial True Reset point is necessary to properly calculate rates on subsequent points. * The True Reset point doesn't make sense semantically. It has a zero duration, but non-zero values. * Many backends reject points with equal start and end timestamps. * If the True Reset point is rejected, the next point will appear to have a very large rate.