Commit f66aaf08 authored by Dmytro Zaporozhets's avatar Dmytro Zaporozhets

Merge branch '118788-automatic-metric-alerts-part-2' into 'master'

Automatic created Ngnix alert after Prometheus install (2/2)

Closes #118788

See merge request gitlab-org/gitlab!29291
parents 04a60a82 262e4d1f
......@@ -16,6 +16,11 @@ module Prometheus
identifier: 'response_metrics_nginx_ingress_http_error_rate',
operator: 'gt',
threshold: 0.1
},
{
identifier: 'response_metrics_nginx_http_error_percentage',
operator: 'gt',
threshold: 0.1
}
].freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment