mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 17:51:00 +00:00
fix typo in docs: promethues -> prometheus
This commit is contained in:
@@ -305,7 +305,7 @@ metadata:
|
||||
spec:
|
||||
provider:
|
||||
type: prometheus
|
||||
address: http://flagger-promethues.gloo-system:9090
|
||||
address: http://flagger-prometheus.gloo-system:9090
|
||||
query: |
|
||||
100 - sum(
|
||||
rate(
|
||||
|
||||
@@ -272,7 +272,7 @@ metadata:
|
||||
spec:
|
||||
provider:
|
||||
type: prometheus
|
||||
address: http://flagger-promethues.flagger:9090
|
||||
address: http://flagger-prometheus.flagger:9090
|
||||
query: |
|
||||
100 - sum(
|
||||
rate(
|
||||
|
||||
@@ -305,7 +305,7 @@ metadata:
|
||||
spec:
|
||||
provider:
|
||||
type: prometheus
|
||||
address: http://flagger-promethues.ingress-nginx:9090
|
||||
address: http://flagger-prometheus.ingress-nginx:9090
|
||||
query: |
|
||||
histogram_quantile(0.99,
|
||||
sum(
|
||||
|
||||
Reference in New Issue
Block a user