sparrowapp-dev / sparrow-app

Your next-gen API testing and development tool.
https://sparrowapp.dev
GNU Affero General Public License v3.0
104 stars 40 forks source link

[FE+BE] Telemetry implementation - Info & warning logs #1405

Closed Monika-APM closed 1 month ago

Monika-APM commented 2 months ago

Description : The telemetry implementation for info and warning logs focuses on capturing and monitoring informative and cautionary messages within your application. Info logs provide details about the normal operation of the system, helping to track standard processes and user interactions. Warning logs, on the other hand, highlight potential issues that do not yet impact performance but could lead to problems if not addressed. By implementing telemetry for these logs, you gain visibility into the application's health and can proactively manage and resolve minor issues before they escalate, ensuring smooth and reliable performance.

sanilnayak commented 1 month ago

To test this functionality I have run some APIs and checked the time taken by the API

Image

Image

Image

Image

sanilnayak commented 1 month ago

@ayushadhikari93 @nagesh953 @Monika-APM please review