You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The grpc_client block configures the gRPC client used to communicate between
201
+
# a client and server component in Loki.
202
+
# The CLI flags prefix for this block configuration is:
203
+
# blockbuilder.scheduler-grpc-client.
204
+
[scheduler_grpc_client_config: <grpc_client>]
205
+
191
206
block_scheduler:
192
207
# Consumer group used by block scheduler to track the last consumed offset.
193
208
# CLI flag: -block-scheduler.consumer-group
@@ -2632,6 +2647,7 @@ The `gcs_storage_config` block configures the connection to Google Cloud Storage
2632
2647
The `grpc_client` block configures the gRPC client used to communicate between a client and server component in Loki. The supported CLI flags `<prefix>` used to reference this configuration block are:
0 commit comments