From a489d79f8c82084a40694a530fbcb2505ebecdce Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 25 Feb 2014 16:05:17 -0800 Subject: [PATCH] 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 --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index dc4660e4..8bb589c3 100644 --- a/README.rst +++ b/README.rst @@ -32,9 +32,6 @@ a ``query`` keyword which is the query text for elastic search. 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 not return any hits for successful jobs, this is a sign the query isn't specific enough