flow-pie/chamaa.api

Prometheus (metrics collection)

Open

#74 geöffnet am 9. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (4 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide