HarperFast / HarperFast/prometheus-exporter
Fetching Prometheus metrics is slow and CPU-intensive
Open
bug
from-jira
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
Profiling shows that the Prometheus metrics scrape endpoint is unexpectedly slow and consumes significant CPU — visibly impacting application performance during scrape intervals.
DataDog APM flamegraph shows the metrics collection path as a major hotspot. Needs investigation to identify whether the issue is in metric aggregation, serialization, or the underlying data queries.
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Assessment
This issue has not been assessed yet.