0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)C1,003 forks (1,003 forks)batch import
area/docdbgood first issuejira-originatedkind/enhancementpriority/low
Repository metrics
- Stars
- 8,229 stars (8,229 stars)
- PR merge metrics
- Avg merge 17d 21h (Avg merge 17d 21h)92 merged PRs in 30d (92 merged PRs in 30d)
Contributor guide
- Research direction
- Review the YugabyteDB logging system, likely in the 'src' directory. Look for existing log macros and patterns. Determine how to execute a shell command (uname a) and capture its output. Consider using popen() or a C++ equivalent. Check the Jira link DB 4113 for any further details. Ensure the implementation follows the project's coding standards.
- Tech stack
- ccpp
- Domain
- databaseobservability
- Issue type
- Feature
- Prerequisites
- knowledge of C/C++familiarity with logging in large codebases