This commit is contained in:
javierromancsa 2022-03-04 12:49:32 -06:00 коммит произвёл GitHub
Родитель 5b0d76172e
Коммит fd1af44aa4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,4 +25,4 @@ spec:
serverAddress: http://prometheus-kube-prometheus-prometheus.monitoring.svc.cluster.local:9090
metricName: http_order_request_rate
threshold: '10' # Since the threshold count is 10, this means that there will be one Pod for if value for sum(rate(http_requests[1])) remains less than three. If it goes up, there will be an additional Pod for every time the sum(rate(http_requests[2m]))increases by three
query: sum(irate(envoy_cluster_upstream_rq_xx{envoy_cluster_name="order-portal/order-web|80|local"}[1m]))
query: sum(irate(envoy_cluster_upstream_rq_xx{envoy_cluster_name="order-portal/kedasampleweb|80|local"}[1m]))