Skip to content

Commit c781d48

Browse files
authored
Merge pull request #1540 from ElhoubeBrahim/patch-1
Add Prometheus authentication flags to documentation
2 parents 03a334d + b6b49e6 commit c781d48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ When running `pyrra api`, you can configure various options:
195195
#### Prometheus Configuration
196196
- `--prometheus-url` - The URL to the Prometheus to query (default: `http://localhost:9090`)
197197
- `--prometheus-external-url` - The URL for the UI to redirect users to when opening Prometheus
198+
- `--prometheus-basic-auth-username` - The HTTP basic authentication username
199+
- `--prometheus-basic-auth-password` - The HTTP basic authentication password
200+
- `--prometheus-bearer-token-path` - Bearer token file path (useful for service account tokens)
201+
- `--tls-client-ca-file` - File containing the CA certificate for the client (for custom or self-signed certificates)
202+
- `--mimir-tenant-ids` - Mimir tenant IDs to query if multi-tenancy is enabled
198203

199204
#### Grafana Integration
200205
As an alternative to redirecting to Prometheus, Pyrra can redirect to Grafana Explore for a richer query experience:

0 commit comments

Comments
 (0)