File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
200205As an alternative to redirecting to Prometheus, Pyrra can redirect to Grafana Explore for a richer query experience:
You can’t perform that action at this time.
0 commit comments