From 782ad94e017ff554183b5c83a4689194efcc3083 Mon Sep 17 00:00:00 2001 From: Steve Yen Date: Fri, 16 Jan 2015 11:17:05 -0800 Subject: [PATCH] added debug tag for metrics KVStore --- index/store/metrics/metrics.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index/store/metrics/metrics.go b/index/store/metrics/metrics.go index c8e7dff3..02bf418f 100644 --- a/index/store/metrics/metrics.go +++ b/index/store/metrics/metrics.go @@ -9,6 +9,8 @@ // express or implied. See the License for the specific language // governing permissions and limitations under the License. +// +build debug + // Package metrics provides a bleve.store.KVStore implementation that // wraps another, real KVStore implementation, and uses go-metrics to // track runtime performance metrics.