From 28cd2262a257a7daf1ba2885f0faf1e1a7535c20 Mon Sep 17 00:00:00 2001 From: Hitesh Nayak Date: Fri, 26 Apr 2024 16:57:25 +0530 Subject: [PATCH] doc: fix metrics secure endpoint documentation Signed-off-by: Hitesh Nayak --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa66b0e..ad3cc81 100644 --- a/README.md +++ b/README.md @@ -728,7 +728,9 @@ gitea: ### Secure Metrics Endpoint -Metrics endpoint `/metrics` can be secured using `Bearer` token authentication. Providing non-empty `TOKEN` value will also add authentication parameters to `ServiceMonitor`. +Metrics endpoint `/metrics` can be secured by using `Bearer` token authentication. + +**Note:** Providing non-empty `TOKEN` value will also require authentication for `ServiceMonitor`. ```yaml gitea: