Skip to content

feat(httpapi): add Prometheus metrics endpoint #6

Description

@0dillon

Summary

To better monitor the service in production, we need a metrics endpoint (e.g. /metrics) that exposes challenge issuance rates, verification success/failure rates, and TOML resolver latencies.

Acceptance Criteria

  • Add a /metrics handler.
  • Track GET /auth and POST /auth request counts and latencies.
  • Expose the metrics in Prometheus format.

Tech Stack

Go, prometheus/client_golang

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions