0
0

added debug tag for metrics KVStore

This commit is contained in:
Steve Yen 2015-01-16 11:17:05 -08:00
parent eebc8e7825
commit 782ad94e01

View File

@ -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.