I think the problem is that the `==` operator is not valid InfluxQL. Try
updating your queries to use `=` instead of `==`. So the first query should
be:
SELECT 100*mean("value") FROM "metrics"."default"."134" WHERE "measure" =
'impressions' AND "relative" = '0' AND "env" = 'exchange' AND "type" =
didn't help...
On Monday, July 25, 2016 at 7:34:45 PM UTC+3, Sean Beckett wrote:
>
> Version numbers should match. You are using Kapacitor 0.2 with InfluxDB
> 0.13. I would recommend upgrading to Kapacitor 0.13 and see if that
> addresses the issue.
>
> On Mon, Jul 25, 2016 at 8:52 AM, > wrote:
Version numbers should match. You are using Kapacitor 0.2 with InfluxDB
0.13. I would recommend upgrading to Kapacitor 0.13 and see if that
addresses the issue.
On Mon, Jul 25, 2016 at 8:52 AM, wrote:
> hello,
> im using kapacitor v 0.2 beta influxdb v 0.13.0
> i got an issue trying to define a
hello,
im using kapacitor v 0.2 beta influxdb v 0.13.0
i got an issue trying to define a new alert using joinNode
heres my tick:
*var one = batch|query(''' SELECT 100*mean("value") FROM
"metrics"."default"."134" WHERE "measure" == 'impressions' AND "relative"