-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Problem
Currently, the project does not have any performance metrics or monitoring in place. This makes it difficult to understand how well the application is performing, identify bottlenecks, and track improvements over time.
To ensure long-term maintainability and observability, we need to define and implement key performance metrics.
Proposed Solution
- Identify key performance metrics relevant to the project (e.g., latency, response time, error rate, memory usage, CPU usage)
- Integrate monitoring tools (e.g., Prometheus, Grafana, OpenTelemetry, or simple logging-based metrics)
- Add instrumentation where needed (API endpoints, background jobs, database queries, etc.)
- Provide a dashboard or simple metric reports
- Document how to monitor and interpret the metrics
Completed
- Refactor Observability stack to be vendor agnostic 317 Refactor Observability Stack with OpenTelemetry #371
- Connect to PDP and OE 317 Add Observability to PDP and OE #408
- Connect to Audit Service
No response
Reactions are currently unavailable