Skip to content

Commit

Permalink
correct docs for max_streams (grafana#4983)
Browse files Browse the repository at this point in the history
  • Loading branch information
captncraig authored Aug 28, 2023
1 parent dba4970 commit ff68d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/flow/reference/components/loki.write.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ loki.write "LABEL" {

Name | Type | Description | Default | Required
----------------- | ------------- | ------------------------------------------------ | ------- | --------
`max_streams` | `int` | Time to wait before marking a request as failed. | `"5s"` | no
`max_streams` | `int` | Maximum number of active streams. | 0 (no limit) | no
`external_labels` | `map(string)` | Labels to add to logs sent over the network. | | no

## Blocks
Expand Down

0 comments on commit ff68d20

Please sign in to comment.