good first issue
Métricas do repositório
- Stars
- (3 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Setup Prometheus metrics collection for the API and infrastructure.
Requirements:
- Add Prometheus client library to Node.js backend
- Create custom metrics for API endpoints (requests, latency, errors)
- Expose metrics endpoint (/metrics)
- Configure Prometheus scrape targets
- Add database query metrics
- Monitor blockchain transaction metrics
Deliverables:
- Prometheus client integration in backend
- Custom metrics definitions
- /metrics endpoint implementation
- Prometheus configuration file with scrape configs
- Verified metrics collection and export