influxdb/services/continuous_querier
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
..
config.go CQ statistics written to monitor database, addresses #8188 2017-06-10 09:20:38 +08:00
config_test.go Cleanup services package 2018-01-21 10:52:37 -08:00
continuous_queries.md Tidy up README 2016-02-10 11:50:42 +00:00
service.go Generate trace logs for a number of significant influx operations 2018-02-21 15:08:49 -07:00
service_test.go Update the zap logger dependency 2017-11-10 16:27:16 -06:00