Skip to content

Commit

Permalink
Log slow query from the frontend by default in ksonnet. (#1980)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Apr 24, 2020
1 parent e90e3b7 commit 2374d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
frontend: {
compress_responses: true,
max_outstanding_per_tenant: 200,
log_queries_longer_than: '5s',
},
frontend_worker: {
frontend_address: 'query-frontend.%s.svc.cluster.local:9095' % $._config.namespace,
Expand Down

0 comments on commit 2374d48

Please sign in to comment.