From a283b52e8ca8a69461628219753ff40570aafb63 Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Wed, 25 Aug 2021 08:33:42 -0400 Subject: [PATCH] Added unit Signed-off-by: Levi Harrison --- docs/querying/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/operators.md b/docs/querying/operators.md index b790ed1da7..1f6455b7ad 100644 --- a/docs/querying/operators.md +++ b/docs/querying/operators.md @@ -42,7 +42,7 @@ the result. ### Trigonometric binary operators -The following trigonometric binary operators exist in Prometheus: +The following trigonometric binary operators, which work in radians, exist in Prometheus: * `atan2` (https://pkg.go.dev/math#Atan2, _This is experimental_)