Monitor, troubleshoot, and optimize Go app performance with Atatus. No code changes required in your app. Start seeing hidden Go errors in minutes.
go get go.atatus.com/agent
import (
"github.com/gin-gonic/gin"
"go.atatus.com/agent/module/atgin"
)
func main() {
engine := gin.New()
engine.Use(atgin.Middleware(engine))
...
}
For other Go frameworks, refer our docs.
go mod tidy
env ATATUS_LICENSE_KEY="APM_LIC_KEY" ATATUS_APP_NAME="APP_NAME" go run *.go
Replace the APM_LIC_KEY and APP_NAME.
Try it free. No credit card required. Instant set-up.
Best APM Monitoring tool
— S Herman Kiefus, DevOps Admin, Compass
Atatus captures all requests to your Go applications without requiring you to change your source code. Get a clear picture of how all your methods, database statements and external requests are affecting your user's experience.
Avail Atatus features for 14 days free-trial. No credit card required. Instant set-up.