square / metrics

Metrics Query Engine
Apache License 2.0
170 stars 21 forks source link

Add support for metric tag-key indexing #234

Closed Nathan-Fenner closed 9 years ago

Nathan-Fenner commented 9 years ago

In the transition from using AddMetric to AddMetrics in the Cassandra API, it was forgotten to include the tag-key indexing inserts.

This PR allows you to use the query describe metrics where key = 'value' when indexing with .AddMetrics.

drcapulet commented 9 years ago

:+1: