OpenTelemetry Compile-Time Instrumentation for Golang
904
stars
465
commits
Go
primary language
Aug 31, 2026
updated
Loongsuite Go Agent provides an automatic solution for Golang applications that want to
leverage OpenTelemetry to enable effective observability. No code changes are
required in the target application, the instrumentation is done at compile
time. Simply adding otel prefix to go build to get started :rocket:
[!IMPORTANT] Requires Go 1.25 or newer.
loongsuite-gopins OpenTelemetry v1.45.0, and the OTel modules declarego 1.25.0from v1.42.0 onward. Since the tool injects those modules into the application it instruments, both the tool and the instrumented application need Go 1.25+. See compatibility.
This is the recommended way to install the tool.
For Linux and MacOS users, the following script will install otel in /usr/local/bin/otel by default:
$ sudo curl -fsSL https://cdn.jsdelivr.net/gh/alibaba/loongsuite-go@main/install.sh | sudo bash
$ make # build only
$ make install # build and install
Make sure the tool is installed:
$ # You may use "otel-linux-amd64" instead of "otel"
$ otel version
Just adding otel prefix to go build to build your project:
$ otel go build
$ otel go build -o app cmd/app
$ otel go build -gcflags="-m" cmd/app
That's the whole process! The tool will automatically instrument your code with OpenTelemetry, and you can start to observe your application. :telescope:
The detailed usage of otel tool can be found in Usage.
[!NOTE] If you find any compilation failures while
go buildworks, it's likely a bug. Please feel free to file a bug at GitHub Issues to help us enhance this project.
github.com/uber-go/zap loggingWe are progressively open-sourcing the libraries we have supported, and your contributions are Very Welcome
[!IMPORTANT] The framework you expected is not in the list? Don't worry, you can easily inject your code into any frameworks/libraries that are not officially supported.
Please refer to this document to get started.
We are looking forward to your feedback and suggestions. You can join our DingTalk group or scan the QR code below to engage with us.
| LoongCollector SIG | LoongSuite Python SIG |
|---|---|
![]() | ![]() |
| LoongCollector Go SIG | LoongSuite Java SIG |
|---|---|
![]() | ![]() |
(top 30 of 48)
Go
97.5%
JavaScript
1.2%
OpenTelemetry Compile-Time Instrumentation for Golang
904
stars
465
commits
Go
primary language
Aug 31, 2026
updated
Loongsuite Go Agent provides an automatic solution for Golang applications that want to
leverage OpenTelemetry to enable effective observability. No code changes are
required in the target application, the instrumentation is done at compile
time. Simply adding otel prefix to go build to get started :rocket:
[!IMPORTANT] Requires Go 1.25 or newer.
loongsuite-gopins OpenTelemetry v1.45.0, and the OTel modules declarego 1.25.0from v1.42.0 onward. Since the tool injects those modules into the application it instruments, both the tool and the instrumented application need Go 1.25+. See compatibility.
This is the recommended way to install the tool.
For Linux and MacOS users, the following script will install otel in /usr/local/bin/otel by default:
$ sudo curl -fsSL https://cdn.jsdelivr.net/gh/alibaba/loongsuite-go@main/install.sh | sudo bash
$ make # build only
$ make install # build and install
Make sure the tool is installed:
$ # You may use "otel-linux-amd64" instead of "otel"
$ otel version
Just adding otel prefix to go build to build your project:
$ otel go build
$ otel go build -o app cmd/app
$ otel go build -gcflags="-m" cmd/app
That's the whole process! The tool will automatically instrument your code with OpenTelemetry, and you can start to observe your application. :telescope:
The detailed usage of otel tool can be found in Usage.
[!NOTE] If you find any compilation failures while
go buildworks, it's likely a bug. Please feel free to file a bug at GitHub Issues to help us enhance this project.
github.com/uber-go/zap loggingWe are progressively open-sourcing the libraries we have supported, and your contributions are Very Welcome
[!IMPORTANT] The framework you expected is not in the list? Don't worry, you can easily inject your code into any frameworks/libraries that are not officially supported.
Please refer to this document to get started.
We are looking forward to your feedback and suggestions. You can join our DingTalk group or scan the QR code below to engage with us.
| LoongCollector SIG | LoongSuite Python SIG |
|---|---|
![]() | ![]() |
| LoongCollector Go SIG | LoongSuite Java SIG |
|---|---|
![]() | ![]() |
(top 30 of 48)
Go
97.5%
JavaScript
1.2%