Skip to content

Commit

Permalink
moved ingester client config block at right place in production ksonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsukhani committed Sep 10, 2019
1 parent 98080e5 commit be3dea6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@
'config.file': '/etc/loki/config.yaml',
},

ingester_client_config: {
grpc_client_config: {
max_recv_msg_size: 1024 * 1024 * 64,
},
remote_timeout: '1s',
},

loki: {
server: {
graceful_shutdown_timeout: '5s',
Expand Down Expand Up @@ -134,6 +127,13 @@
},
},

ingester_client: {
grpc_client_config: {
max_recv_msg_size: 1024 * 1024 * 64,
},
remote_timeout: '1s',
},

storage_config: {
index_queries_cache_config: {
memcached: {
Expand Down

0 comments on commit be3dea6

Please sign in to comment.