influxdb/cmd
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
..
influx Fix windows history file location 2018-02-09 00:20:52 +08:00
influx_inspect Generate trace logs for a number of significant influx operations 2018-02-21 15:08:49 -07:00
influx_stress simple typo fix 2017-09-25 08:16:57 -04:00
influx_tsm Cleanup cmd package 2018-01-21 12:08:25 -08:00
influxd Update logging calls to take advantage of structured logging 2018-02-20 10:04:19 -06:00
store Update the zap logger dependency 2017-11-10 16:27:16 -06:00
integration_config_test.go Minor cleanup 2017-10-13 17:28:24 -07:00
integration_test.go Use the appropriate environment variable for the wal directory 2017-11-07 10:07:33 -06:00
parse.go Update godoc for the cmd package and subpackages 2016-12-30 11:58:43 -08:00