Go Application Performance Monitoring (APM)

What are the open source tools available for Go Application Performance Monitoring (APM)

Assuming you mean what I think you mean I’d recommend Prometheus and Grafana, with the prometheus exporter package for Go.

2 Likes

In the Gopherish spirit of minimal complexity, I’d suggest the main tools are log.Printf() and time.Since(:-))

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.