Remove resolved_at mention in readme

Change I3f093581 removed the resolved_at tag from the code but we missed
the readme, so update the readme here.

Change-Id: I0c9d8641a1005f042244f94c7e42ae5f72e0befd
This commit is contained in:
Matt Riedemann 2014-02-25 16:05:17 -08:00
parent 9f163f942f
commit a489d79f8c

View File

@ -32,9 +32,6 @@ a ``query`` keyword which is the query text for elastic search.
Guidelines for good queries Guidelines for good queries
- After a bug is resolved and has no more hits in elasticsearch, we
should flag it with a resolved_at keyword. This will let us keep
some memory of past bugs, and see if they come back.
- Queries should get as close as possible to fingerprinting the root cause - Queries should get as close as possible to fingerprinting the root cause
- Queries should not return any hits for successful jobs, this is a - Queries should not return any hits for successful jobs, this is a
sign the query isn't specific enough sign the query isn't specific enough