Skip to content

Commit 25654ce

Browse files
committed
updated docs
Signed-off-by: amanycodes <amanycodes@gmail.com>
1 parent 155db4b commit 25654ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/querying/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ annotation, you should find and remove the source of the invalid data.
415415
## `histogram_stddev()` and `histogram_stdvar()`
416416

417417
`histogram_stddev(v instant-vector)` returns the estimated standard deviation
418-
of observations for each histogram sample in `v`, based on the geometric mean
418+
of observations for each histogram sample in `v`, based on the arithmetic mean
419419
of the buckets where the observations lie. Float samples are ignored and do not
420420
show up in the returned vector.
421421

web/ui/mantine-ui/src/promql/functionDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ const funcDocs: Record<string, React.ReactNode> = {
12671267

12681268
<p>
12691269
<code>histogram_stddev(v instant-vector)</code> returns the estimated standard deviation of observations in a native
1270-
histogram, based on the geometric mean of the buckets where the observations lie. Samples that are not native
1270+
histogram, based on the arithmetic mean of the buckets where the observations lie. Samples that are not native
12711271
histograms are ignored and do not show up in the returned vector.
12721272
</p>
12731273

0 commit comments

Comments
 (0)