mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
feat!: enable telemetry by default (#2137)
* feat: remove greptimedb-telemetry feature * feat: adds enable_telemetry option to metasrv and datanode * refactor: move data_home from file config to storage config * feat: store the installation uuid into datanode and metasrv working home * fix: cargo toml fmt * test: ignore region failver test when using local fle storage * test: ignore telemetry reporter in test mode * feat: print warning log when enabling telemetry * chore: the telemetry doc link * chore: remove enable_telemetry from datanode example config file * refactor: rename GREPTIMEDB_TELEMETRY_CLIENT_REQUEST_TIMEOUT * chore: rename print_warn_log to print_anonymous_usage_data_disclaimer
This commit is contained in:
@@ -38,8 +38,9 @@ sync_write = false
|
||||
|
||||
# Storage options, see `standalone.example.toml`.
|
||||
[storage]
|
||||
type = "File"
|
||||
# The working home directory.
|
||||
data_home = "/tmp/greptimedb/"
|
||||
type = "File"
|
||||
# TTL for all tables. Disabled by default.
|
||||
# global_ttl = "7d"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user