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
how to change the frequency of reporting metrics in Apache Flink?
Flink by default reports metrics to Influxdb every 10 seconds.
After I added a line in the configuration file flink_conf.yaml:
metrics.reporter.rtm.interval: 20 SECONDS
metrics now are reported every...
Damianos17
Votes: 0
Answers: 0
InfluxDB Task to Calculate/Insert Value
I am trying to calculate/insert a value into my InfluxDB 2.0.8 on a regular interval....can this be done with a task?
For a over simplified example: How can I evaluate 1+1 once an hour and insert the...
kgmoney
Votes: 0
Answers: 1