Skip to content

Feature: add /api/metrics endpoint #1

Description

@PRHubert

Add a new /api/metrics endpoint to the Flask diagnostic app that returns
basic runtime statistics. This will give developers a quick snapshot of
app performance without needing external monitoring tools. The endpoint
should be consistent with the existing /api/report and /api/health routes.

Acceptance criteria:

  • A new /api/metrics route is added to app.py
  • The endpoint returns total requests served and memory usage
  • The route appears in the existing API documentation in README.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions