You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* global and local build config with profiling flags.
* integrated basic memory hook for RSS calculation
* edited script to generate callgraph using gprof
* enabling level db as default storage engine
* systemd telegraf script to stream prometheus node_exporter data to InfluxDB.
* added lmdb storage engine interface and partially implemented.
* bootstrapping script to run perf tools
* adding process exporter to bootstrapping script
* Added LRU Cache and Observabiity stats
* lry cache controlled using settings
* removing lmdb implementation
* removing unecessary scripts
* Resolving comments for build flags and memory leak
* resolved error. options.block_cache_ integration still not working
* added UT's for TC's. removed logs from stats and changed lru implementation var names
* reverting configs and removing unwanted files
* removing unwanted tst logs
* refactor: rename GetMetrics to UpdateMetrics and improve cache handling in ResLevelDB
* feat: add LevelDB block cache support and corresponding tests.
* feat: enhance LevelDB block cache with configurable capacity and update metrics return type
* refactor: update transaction summary variable names for consistency
* build: optimize compilation flags by adding optimization level
* build: remove debugging flags from kv_service and api_tools builds
* build: remove profiling flags from set_random_data binary
* build: remove pyroscope monitoring from kv service startup script
* build: include string header in lru_cache implementation
0 commit comments