Golang Application runtime inspection tool(github.com)
github.com
Golang Application runtime inspection tool
https://github.com/coretrix/clockwork
1 comments
Golang integration with Clockwork, a tool (Chrome Extension) developed by the PHP community, for runtime insights.
Or as put in Clockwork's repo:
"lockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views and more - for HTTP requests, commands, queue jobs and tests."
Why not use something like Prometheus which already supports a wide array of languages?