influxdb/logger
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 Add an auto choice that will choose the most appropriate logger 2018-02-14 11:56:29 -05:00
fields.go Generate trace logs for a number of significant influx operations 2018-02-21 15:08:49 -07:00
logger.go Generate trace logs for a number of significant influx operations 2018-02-21 15:08:49 -07:00
style_guide.md Update logging calls to take advantage of structured logging 2018-02-20 10:04:19 -06:00