From 60e0c63b1b3d8fb6504eb5e764262de826787917 Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Wed, 2 Oct 2024 15:56:49 +0200 Subject: [PATCH] make Vale happy --- docs/sources/configure/options.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/configure/options.md b/docs/sources/configure/options.md index da3757e7d..67bbecfd0 100644 --- a/docs/sources/configure/options.md +++ b/docs/sources/configure/options.md @@ -685,8 +685,8 @@ Kubernetes metadata decoration. |--------------------------|-------------------------------------|----------|---------| | `informers_sync_timeout` | `BEYLA_KUBE_INFORMERS_SYNC_TIMEOUT` | Duration | 30s | -Maximum time that Beyla will wait for getting all the Kubernetes metadata before starting -to decorate metrics and traces. If this timeout is reached, Beyla will start normally but +Maximum time that Beyla waits for getting all the Kubernetes metadata before starting +to decorate metrics and traces. If this timeout is reached, Beyla starts normally but the metadata attributes might be incomplete until all the Kubernetes metadata is locally updated in background. @@ -695,10 +695,10 @@ updated in background. | `informers_resync_period` | `BEYLA_KUBE_INFORMERS_RESYNC_PERIOD` | Duration | 30m | Beyla is subscribed to immediately receive any update on resources' metadata. In addition, -Beyla will periodically resynchronize the whole Kubernetes metadata, at the frequency specified +Beyla periodically resynchronizes the whole Kubernetes metadata at the frequency specified by this property. -Higher values will reduce the load on the Kubernetes API service. +Higher values reduce the load on the Kubernetes API service. ## Routes decorator