Live data from Hacker News

Golang Application runtime inspection tool

github.com

1–3 of 3 posts

Re: Golang Application runtime inspection tool

#2
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."

Re: Golang Application runtime inspection tool

#3

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 te…

Why not use something like Prometheus which already supports a wide array of languages?