Just remove some spaces (#7681)

**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:
Fixes #<issue number>

**Special notes for your reviewer**:

**Checklist**
- [ ] Reviewed the `CONTRIBUTING.md` guide
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`
pull/7674/head
Duc Tran 3 years ago committed by GitHub
parent d3e42959a5
commit 76e12529af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      production/docker/config/promtail.yaml

@ -2,14 +2,14 @@ server:
http_listen_port: 9080
grpc_listen_port: 0
log_level: "info"
positions:
filename: /tmp/positions.yaml
clients:
- url: http://loki-gateway:80/loki/api/v1/push
tenant_id: docker
scrape_configs:
- job_name: generated-logs
static_configs:
@ -25,4 +25,4 @@ scrape_configs:
http_status: "status"
- labels:
http_method:
http_status:
http_status:

Loading…
Cancel
Save