mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* feat: adds common-telemetry crate and logging mod * refactor: common telemetry * feat: adds metric mod and exports metrics by http * feat: adds metrics to query engine and datanodes * refactor: rename metrics * refactor: rename ElapsedTimer struct and elapsed_timer macro * refactor: log error when fail to new data node. * fix: use backtrace crate instead of unstable feature * feat: add must_use attr to Timer * fix: only reserve Debug attribute for Timer
22 lines
479 B
Plaintext
22 lines
479 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
debug/
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# JetBrains IDE config directory
|
|
.idea/
|
|
|
|
# Logs
|
|
**/__unittest_logs
|
|
logs/
|