diff --git a/content/chapter-destinations/destination-loki/_index.md b/content/chapter-destinations/destination-loki/_index.md index ff721817..5c1ca01f 100644 --- a/content/chapter-destinations/destination-loki/_index.md +++ b/content/chapter-destinations/destination-loki/_index.md @@ -63,32 +63,34 @@ The `loki()` destination has the following options. +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: | | - +*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: | | - +*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()