Official Airbrake notifier for Go applications, providing error reporting, performance monitoring, and framework integrations.
Gobrake is the official Airbrake notifier library for Go, enabling developers to send errors, panics, and performance data from their Go applications to the Airbrake dashboard. It solves the problem of monitoring application health and debugging issues in production by providing detailed error reports and performance insights.
Go developers building web applications, APIs, or services who need reliable error tracking and performance monitoring integrated with Airbrake.
Developers choose Gobrake for its official Airbrake support, lightweight design, extensive framework integrations, and comprehensive features like asynchronous reporting, performance monitoring, and flexible filtering without significant overhead.
Airbrake notifier for Golang
The library is explicitly designed to be lightweight with asynchronous reporting, ensuring non-blocking error delivery that minimizes performance impact on production Go applications, as highlighted in the introduction.
Offers built-in middleware for popular Go frameworks like Gin, Echo, Fiber, and more, simplifying integration without custom code, as listed in the Key Features section.
Supports error reporting, performance metrics for HTTP routes and SQL queries, deploy tracking, and custom filters, providing a full suite of monitoring capabilities directly from the README's feature list.
As the official notifier, it ensures reliable compatibility, SSL encryption by default, and direct support from Airbrake, with adherence to semantic versioning for stability.
Exclusively tied to Airbrake's ecosystem, making it inflexible for teams that might switch to other error monitoring services like Sentry or Rollbar in the future.
Errors are truncated to 64KB, which can lead to loss of critical debugging information for complex exceptions, as admitted in the Additional Notes section.
The asynchronous nature may cause delays in error reporting, which is unsuitable for real-time alerting or scenarios where immediate error visibility is crucial.
An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache
New Relic Go Agent
The Elastic APM Agent for Go is the official package that enables developers to monitor and trace the execution of operations within Go applications. It collects performance metrics, errors, and distributed traces, sending them to the Elastic APM Server for visualization and analysis in Kibana. This helps identify performance bottlenecks, errors, and latency issues in production environments. ## Key Features - **Application Performance Monitoring** — Traces requests, database queries, and external HTTP calls to provide detailed performance insights. - **Error Tracking** — Automatically captures and reports application errors and exceptions with full stack traces. - **Distributed Tracing** — Supports end-to-end tracing across microservices and distributed systems. - **Framework Integration** — Works with popular Go web frameworks and libraries like Fiber, Gin, and Echo. - **Low Overhead** — Designed to have minimal impact on application performance during monitoring. ## Philosophy The agent is built to provide comprehensive observability with minimal code changes, following Elastic's philosophy of making application performance monitoring accessible and actionable for developers.
prometheus middleware for Fiber
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.