-
Notifications
You must be signed in to change notification settings - Fork 20
Metric Logging #129
Copy link
Copy link
Labels
apiCore FastAPI application and route handlersCore FastAPI application and route handlersenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
apiCore FastAPI application and route handlersCore FastAPI application and route handlersenhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress
📌 Feature Summary
Add metric logging in the auth to track failures and successes
💡 Motivation
We should enable basic metric logging to track failures and successes. The logger should track metrics across the kinds of errors as well. These metrics are useful to visualize and track our errors.
🧩 Suggested Implementation
Use a metrics collector to collect metrics as a middleware layer, and then also add a route
/metricsto return the values🧠 Estimated Complexity
Medium (Changes multiple files, some model updates)
🔗 Related Issues / PRs
No response
🧠 Additional Notes
No response