couchbaselabs / couchbaselabs/cbprometheus_python
cbstats information for GET and Store requests
- Dominant language
- Python
- Stars
- 8
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
This script will be executed in every 24 hours and will reset the stats. Script will capture cbstat info on STORE and GET commands
The values will be grouped into 3 levels
Get(<1ms)
Get(1-32ms)
Get(32ms-512ms)
Get(>512ms)
Store(<1ms)
Store(1-32ms)
Store(32ms-512ms)
Store(>512ms)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the script entry point that runs every 24 hours and the existing cbstats, GET, and STORE handling. Confirm how metrics are currently exported, then define completion as recording all eight latency buckets and resetting their statistics on the scheduled run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- prometheus, python
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100