Skip to content

Commit

Permalink
make Vale happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac committed Oct 2, 2024
1 parent 497c3ab commit 60e0c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/configure/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 60e0c63

Please sign in to comment.