Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thepalbi committed Nov 17, 2023
1 parent d37e6f1 commit 98ec1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/flow/reference/components/loki.write.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ The following arguments are supported:

Name | Type | Description | Default | Required
--------------------- |------------|--------------------------------------------------------------------------------------------------------------------|-----------| --------
`enabled` | `bool` | Whether to enable the WAL. | false | no
`enabled` | `bool` | Whether to enable the WAL. | false | no
`max_segment_age` | `duration` | Maximum time a WAL segment should be allowed to live. Segments older than this setting will be eventually deleted. | `"1h"` | no
`min_read_frequency` | `duration` | Minimum backoff time in the backup read mechanism. | `"250ms"` | no
`max_read_frequency` | `duration` | Maximum backoff time in the backup read mechanism. | `"1s"` | no
`max_read_frequency` | `duration` | Maximum backoff time in the backup read mechanism. | `"1s"` | no
`drain_timeout` | `duration` | Maximum time the WAL drain procedure can take, before being forcefully stopped. | `"30s"` | no

[run]: {{< relref "../cli/run.md" >}}

Expand Down

0 comments on commit 98ec1c1

Please sign in to comment.