python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
max-series-per-database limit exceeded clarification needed / how to calculate number of series in use
We recently started to encounter this error:
{"error":"partial write: max-series-per-database limit exceeded: (1000000) dropped=1"}
When writing metric data like this:
resque_job,...
Keith Palmer Jr.
Votes: 0
Answers: 1
Work with non-table values, aka "A is not subtractable"
I see many similar questions but couldn't find a good match.
If we define a query and the result aught to be single value, is there a flux way to store as such? Example:
total = from(bucket: "xxx...
ThomDietrich
Votes: 0
Answers: 2
InfluxDB v2.1 - Task executed but nothing wrote in destination bucket
I'm working with InfluxDB v2.1.
I have this task:
option task = {
name: "DOWNSAMPLE APRILIA UTILITIES",
cron: "0 * * * *",
}
from(bucket: "homeassistant-aprilia")
...
sineverba
Votes: 0
Answers: 2
How to get _value of two tables into one table?
I'm trying to create a dashboard where i can filter data by gas station location and fuel type.
This is my Table from this query:
from(bucket: "homeassistant")
|> range(start: v.timeRan...
Niklas G.
Votes: 0
Answers: 1