influxdb/services/meta
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
..
internal Update restore functionality to run in online mode, consume Enterprise backup files. (#9207) 2018-01-10 13:59:18 -05:00
client.go Generate trace logs for a number of significant influx operations 2018-02-21 15:08:49 -07:00
client_test.go Remove IsAdmin() method from meta.User interface 2018-02-13 16:59:22 -08:00
config.go Report subset of config values in SHOW DIAGNOSTICS 2017-03-14 11:34:19 -07:00
config_test.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
data.go Remove IsAdmin() method from meta.User interface 2018-02-13 16:59:22 -08:00
data_internal_test.go remove unused NewShardOwner func 2017-05-25 11:37:08 -04:00
data_test.go Merge branch 'master' into ah-truncate-shards 2017-11-28 17:25:31 -07:00
errors.go Add db/rp name validation 2017-01-12 17:38:10 -05:00
file_unix.go Add platform specific override for file rename. 2016-03-18 21:45:29 +05:30
file_windows.go Remove redundant windows build tags 2016-05-03 14:22:02 +01:00
meta_test.go Update authentication cache to work for clusters 2016-02-12 07:16:57 -05:00
query_authorizer.go Cleanup services package 2018-01-21 10:52:37 -08:00
write_authorizer.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00