Update docs for downstream_url (#3109)

pull/3115/head
nileshcs 5 years ago committed by GitHub
parent e83f809dd7
commit 92c7bb5513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/configuration/_index.md
  2. 2
      docs/sources/configuration/query-frontend.md

@ -313,7 +313,7 @@ The query_frontend_config configures the Loki query-frontend.
# CLI flag: -querier.compress-http-responses
[compress_responses: <boolean> | default = false]
# URL of downstream Prometheus.
# URL of downstream Loki.
# CLI flag: -frontend.downstream-url
[downstream_url: <string> | default = ""]

@ -60,7 +60,7 @@ data:
frontend:
log_queries_longer_than: 5s
downstream_url: querier.<namespace>.svc.cluster.local:3100
downstream_url: http://querier.<namespace>.svc.cluster.local:3100
compress_responses: true
```

Loading…
Cancel
Save