-
I was running “show series cardinality” from the cli and then on the chronograf UI to monitor how quickly it was increasing, It then dropped to zero and the database was gone.
The database files ar…
-
Running the latest helm charts and we are experiencing exponential memory leakage in control center and broker pods. Not sure if it is related to this prometheus leak, https://github.com/braedon/prome…
-
Tags are not loading at all for “CPU” measurement.. for other measurements its loading properly.
Upon investigating , found that Chronograf posts following metadata query to InfluxDb when we sele…
-
I remember reading about #279 (supporting different backends for Glowroot other than Cassandra) sometime back and the complexity involved.
But was wondering at the same time if publishing the metr…
-
Hello everyone!
I've just added a kapacitor to our chronograf and the test alert to slack works perfectly.
Now I tried to set up an alarm, but sadly there is no alarm being triggered, even tho the…
-
I am unable to run influxdb on Raspberry Pi 3. Latest Raspbian.
To reproduce:
`$ docker volume create influxdb-storage`
`$ docker run -d -p 8086:8086 -p 8083:8083 -h influxdb --name=influxdb -v…
-
__Steps to reproduce:__
From Chronograf, I run a Flux script as in the demo:
```
from(bucket:"telegraf/autogen")
|> range(start: -1h)
|> filter(fn: (r) =>
r._measurement == "cpu" and
…
-
Chronograf using bunch of cluster permissions. One of the permissions is 'CreateDatabase'
User with only 'CreateDatabase' permission is not allowed to create a database. The documentation for chronog…
gshif updated
4 years ago
-
What browser are you using (name and version)?
118.0.5993.70
What operating system are you using?
Debian 12
Please describe what you were trying to do when you encountered this error:
When I tr…
-
I have a few questions regarding LoudML and Elasticsearch.
1). With Loud is it possible to provide some sort of Elasticsearch-Lucene query to reduce the data set.
Example I have all my SSH Logins/…