flow-pie/chamaa.api

Prometheus (metrics collection)

Open

#74 aberto em 9 de nov. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (4 forks)auto 404
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

Guia do colaborador