syncromatics / KairosDbClientDotNet

A dotnet REST client for kairosdb
MIT License
6 stars 6 forks source link

GapsAggregator Error #4

Closed Abouzeid closed 6 years ago

Abouzeid commented 8 years ago

Hi,

query.metric[0].aggregators[0].range invalid aggregator name

There is an error within the class GapsAggregator. It sends the name of the aggregate function as "range" instead of "gaps". Therefore, it generates a Bad Request Error when trying to send a request to the KairosDB server.