open-telemetry/opentelemetry-go-instrumentation
GitHub: open-telemetry/opentelemetry-go-instrumentation
Stars: 1012 | Forks: 139
# OpenTelemetry Go Automatic Instrumentation
[](https://pkg.go.dev/go.opentelemetry.io/auto)
This repository provides [OpenTelemetry] tracing instrumentation for [Go] libraries using [eBPF].
:construction: This project is currently work in progress.
## Compatibility
OpenTelemetry Go Automatic Instrumentation is compatible with all current supported versions of the [Go language](https://golang.org/doc/devel/release#policy).
For versions of Go that are no longer supported upstream, this repository will stop ensuring compatibility with these versions in the following manner:
Currently, OpenTelemetry Go Automatic Instrumentation is tested for the following environments.
| OS | Go Version | Architecture |
| ------- | ---------- | ------------ |
| Ubuntu | 1.25 | amd64 |
| Ubuntu | 1.24 | amd64 |
| Ubuntu | 1.25 | arm64 |
| Ubuntu | 1.24 | arm64 |
Automatic instrumentation should work on any Linux kernel above 4.4.
OpenTelemetry Go Automatic Instrumentation supports the arm64 architecture.
However, there is no automated testing for this platform.
Be sure to validate support on your own ARM based system.
Users of non-Linux operating systems can use
[the Docker images](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pkgs/container/opentelemetry-go-instrumentation%2Fautoinstrumentation-go)
or create a virtual machine to compile and run OpenTelemetry Go Automatic Instrumentation.
See [COMPATIBILITY.md](./COMPATIBILITY.md) for information about what Go packages this project provides instrumentation for.
## Get started
See [Getting started](docs/getting-started.md) for setup, deployment, and configuration steps.
You can also try the [Tutorial](docs/tutorial) for a guide on setting up a sample Emojivoto application.
For technical and design info, see [How it works](docs/how-it-works.md).
## Configuration
See the [configuration documentation](docs/configuration.md).
## License
OpenTelemetry Go Automatic Instrumentation is licensed under the terms of the [Apache Software License version 2.0].
See the [license file](./LICENSE) for more details.
Third-party licenses and copyright notices can be found in the [LICENSES directory](./LICENSES).
标签:客户端加密