Add query for ceilometer meters faultstring 500

A newly added tempest test using ceilometer meters is failing at
roughly 3% of the time in the gate queue. (according to subunit2sql)
Ceilometer just stack traces without any useful debug information.
However, we can't use that stack trace here, because the ceilometer
api logs aren't indexed right now. This does the next best thing and
uses the one from the tempest failure traceback which actually contains
about as much info as the ceilo stack trace.

Right now it's showing 1 hit which is a failure in the gate queue, but
that's because logstash needs to catch up as this test was added
within the last few hours. (it's also not the failure I noticed this
in)

Change-Id: I3aaf62867ff995e4da998a5b89aff9efc96e107c
Related-Bug: #1480490
This commit is contained in:
Matthew Treinish 2015-07-31 19:19:31 -04:00
parent 35fd9714a4
commit baed741f5d
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 4 additions and 0 deletions

4
queries/1480490.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >-
message:"Details:" AND
message:"error_message" AND
message:"faultstring" AND tags:"console"