Skip to content

Commit

Permalink
refactor: cleanup rule-evaluator flags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpiritXIII committed Jul 11, 2024
1 parent 15a34c0 commit cfd0659
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 141 deletions.
4 changes: 2 additions & 2 deletions cmd/rule-evaluator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Flags:
($KUBE_NAME)
--query.project-id="" Project ID of the Google Cloud Monitoring
scoping project to evaluate rules against.
--query.target-url="https://monitoring.googleapis.com/v1/projects/PROJECT_ID/location/global/prometheus"
--query.target-url=https://monitoring.googleapis.com/v1/projects/PROJECT_ID/location/global/prometheus
The address of the Prometheus server query
endpoint. (PROJECT_ID is replaced with the
--query.project-id flag.)
Expand All @@ -140,7 +140,7 @@ Flags:
alert notification payload. Should point to an
instance of a query frontend that accesses the
same data as --query.target-url.
--query.credentials-file=""
--query.credentials-file=<FILE>
Credentials file for OAuth2 authentication with
--query.target-url.
--[no-]query.debug.disable-auth
Expand Down
Loading

0 comments on commit cfd0659

Please sign in to comment.