Skip to content

Commit

Permalink
loki: support tenant id / orgid
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Jan 1, 2022
1 parent e0cae96 commit df47ef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ Options:
- `tls-insecure`: (boolean) insecure skip verify
- `basic-auth-login`: (string) basic auth login
- `basic-auth-pwd`: (string) basic auth password
- `tenant-id`: (string) tenant/organisation id. If omitted or empty, no X-Scope-OrgID header is sent.

```yaml
lokiclient:
Expand All @@ -708,6 +709,7 @@ Options:
tls-insecure: false
basic-auth-login: ""
basic-auth-pwd: ""
tenant-id: ""
```

### Statsd client
Expand Down

0 comments on commit df47ef8

Please sign in to comment.