-
__Proposal:__
Would it be possible to add support for the "old-style" InfluxQL queries?
__Current behavior:__
I am testing the following query:
`SELECT count/518400 from (SELECT count("status"…
-
```
Step 5/18 : WORKDIR /go/src/github.com/faryon93/hlswatch
---> Running in f24c57976c4f
Removing intermediate container f24c57976c4f
---> ba967e993ae8
Step 6/18 : ADD ./ ./
---> 4eebf9040f5…
-
Tested on Ubtuntu 16.04 and Windows 10 Pro, same behavior:
```
Using point template: ctr,some=tag n=0i
Using batch size of 10000 line(s)
Spreading writes across 100000 series
Output is unthrot…
-
## Overview
I'm trying to leverage Kapacitor 1.5.7 on Linux/amd64 for context aware traffic alerting in our multi-tenant commerce system at our ingress points for traffic spikes, etc... Typically t…
-
Found on Kapacitor 1.5.2.
A panic occurs when the `align` function is missing parentheses.
Trying to add this task template:
```
dbrp "telegraf"."two_days"
// Template parameters
var measu…
-
User feedback :
"The "run influxd with TLS flags" is missing information for installs using a systemd service. I think I need to edit /usr/lib/influxdb/scripts/influxd-systemd-start.sh but am not s…
-
I can find 532 pieces of data
![image](https://github.com/user-attachments/assets/d14005dc-6c15-4882-9a9f-c69bbdbee366)
but when i used limit(n:20, offset: 530) i got a panic :index out of range
…
-
From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#326
Once #319 is complete then triggers will be making assumptions about how to compare a table against the waterm…
-
Hi,
Compilation fails with go 1.22.
```
make USE_PGXS=1 with_llvm=no GO_CLIENT=1
[...]
go build -buildmode=c-archive query.go
query.go:67:2: no required module provides package github.com/in…
-
I have following script which generates the alert if cpu percentage usage is beyond 90%, if limit field is not in the stream then I default it to 0 and make sure when it is zero we do not use in div…