Sam Arnold
b9ee9e5b44
feat: add memory and concurrency limits in flux controller ( #21100 )
...
* chore: pull in controller from 2.x
* chore: fix up 2.x controller to work with 1.x
* feat: Default query limits in flux code
Partial fix of https://github.com/influxdata/influxdb/issues/17212
* chore: update changelog
* chore: refactor to remove panic and reformat code
2021-03-30 15:02:46 -04:00
Ben Wells
c6cd433306
Golint logger package
2019-02-03 20:11:31 +00:00
Stuart Carnie
a74d296200
use underscore vs period, fix doc comment, add database name to CQ
2018-02-26 10:08:43 -07:00
Stuart Carnie
d135aecf02
Generate trace logs for a number of significant influx operations
...
* tsdb Store.Open traces all events related to opening files
* op.name : tsdb.open
* retention policy shard deletions
* op.name : retention.delete_check
* all TSM compaction strategies
* op.name : tsm1.compact_group
* series file compactions
* op.name : series_partition.compaction
* continuous query execution (if logging enabled)
* op.name : continuous_querier.execute
* TSI log file compaction
* op_name: index.tsi.compact_log_file
* TSI level compaction
* op.name: index.tsi.compact_to_level
2018-02-21 15:08:49 -07:00