kairosdb/kairosdb-client

code in "Querying Metric Names" in Readme is wrong

Bresiu opened this issue · 1 comments

GetResponse response = client.getTagNames();
should be:
GetResponse response = client.getMetricNames();

Fixed. That's for catching this.