Skip to content

Commit

Permalink
add missing status route in vmauth example (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleygo authored Dec 19, 2023
1 parent e46b418 commit e0b6889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ spec:
- "/prometheus/api/v1/query"
- "/prometheus/api/v1/query_range"
- "/prometheus/api/v1/series"
- "/prometheus/api/v1/status/.*"
- "/prometheus/api/v1/label/"
- "/prometheus/api/v1/label/[^/]+/values"
```
Expand Down Expand Up @@ -642,6 +643,7 @@ spec:
- "/prometheus/api/v1/query"
- "/prometheus/api/v1/query_range"
- "/prometheus/api/v1/series"
- "/prometheus/api/v1/status/.*"
- "/prometheus/api/v1/label/"
- "/prometheus/api/v1/label/[^/]+/values"
# vmalert
Expand Down

0 comments on commit e0b6889

Please sign in to comment.