Monitor only response times for 2xx status

Change-Id: Ib525fca85311f0121e117f7691a0e6b48d874583
This commit is contained in:
Simon Pasquier 2016-12-13 16:41:04 +01:00
parent 78b81e081f
commit ddfef89cb6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ metric_collector:
- metric: openstack_keystone_http_response_times
field:
http_method: '== GET || == POST'
http_status: '!= 5xx'
http_status: '== 2xx'
relational_operator: '>'
threshold: 0.3
window: 60