zyy17
zyy17
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's your intention? Resolve https://github.com/GreptimeTeam/greptimedb/issues/4450 Add...
### What type of bug is this? Other ### What subsystems are affected? Other ### Minimal reproduce step Access the `/metrics` endpoint when the DB is ready: ``` bash-5.1# curl...
### What type of enhancement is this? Other ### What does the enhancement do? For better troubleshooting, we should capture the slow operation(for example, query, compaction, etc.) into a standalone...
## What's changed 1. Add `WALProvider` and `FileStorage` to support create standalone wal and cache storage; 2. Add `Logging` field to configure component logging; 3. Add multiple field access functions...
## Summary by CodeRabbit - **New Features** - Introduced a new target for building the operator binary specifically for Linux environments. - Added targets for building and pushing a local...
## What's changed 1. Move `config/samples` to `examples` and refine the naming of the directory; 2. Don't **specify `namespace` field** in the examples(let the users decide the namespace); 3. Remove...