doc: fix metrics secure endpoint documentation

Signed-off-by: Hitesh Nayak <hiteshnayak305@gmail.com>
This commit is contained in:
Hitesh Nayak 2024-04-26 16:57:25 +05:30
parent 02f17782a5
commit 28cd2262a2
No known key found for this signature in database
GPG Key ID: D1EE65392CD1E987
1 changed files with 3 additions and 1 deletions

View File

@ -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: