Closed Nathan-Fenner closed 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.
AddMetric
AddMetrics
This PR allows you to use the query describe metrics where key = 'value' when indexing with .AddMetrics.
describe metrics where key = 'value'
.AddMetrics
:+1:
In the transition from using
AddMetric
toAddMetrics
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
.