Site24x7 APM Insight Go agent compatibility guide
Specifications
- Kernel version requirement: Automatic instrumentation with eBPF works on Linux kernels 4.4 and above.
- Golang version requirement: The agent supports Go binaries compiled with Go 1.12 through Go 1.25.0.
- Non-Linux operating systems: Users on non-Linux OS can either:
- Use the provided Docker images.
- Run the agent inside a Linux virtual machine to leverage eBPF-based instrumentation.
Instrumented library compatibility
Site24x7 APM Insight Go instrumentation provides built-in tracing and monitoring support for the following libraries:
- database/sql
- Supported Go versions: 1.12 to 1.25.0
- Package documentation: database/sql | pkg.go.dev
- net/http
- Supported Go versions: 1.12 to 1.25.0
- Package documentation: net/http | pkg.go.dev
- github.com/redis/go-redis
- Supported Go versions: 1.12 to 1.25.0
- Supported Redis versions: 7.2, 7.4, 8.0, and 8.2 (see go-redis compatibility for details)
-
On this page
- Specifications
- Instrumented library compatibility