Skip to content

Commit

Permalink
Review corrections, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Sep 26, 2023
1 parent 1e8672e commit fe14ad8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions content/chapter-destinations/destination-loki/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,32 +63,34 @@ The `loki()` destination has the following options.

<!-- FIXME add example -->

Configures how {{% param "product.abbrev" %}} sends [gRPC keepalive pings](https://grpc.io/docs/guides/keepalive/).

### max-pings-without-data()

| | |
| -------- | ------------------ |
| Type: | number [seconds] |
| Type: | integer |
| Default: | |

<!-- FIXME -->
*Description:* The maximum number of gRPC pings that can be sent when there is no data/header frame to be sent. {{% param "product.abbrev" %}} won't send any pings after this limit. Set it to 0 disable this restriction and keep sending pings.

### time()

| | |
| -------- | ------------------ |
| Type: | number [seconds] |
| Type: | number [milliseconds] |
| Default: | |

<!-- FIXME -->
*Description:* The period (in milliseconds) after which {{% param "product.abbrev" %}} sends a gRPC keepalive ping.

### timeout()

| | |
| -------- | ------------------ |
| Type: | number [seconds] |
| Type: | number [milliseconds] |
| Default: | 10 |

*Description:* The value (in seconds) to wait for an operation to complete, and attempt to reconnect the server if exceeded.
*Description:* The time (in milliseconds) {{% param "product.abbrev" %}} waits for an acknowledgement.

## labels()

Expand Down

0 comments on commit fe14ad8

Please sign in to comment.