All notable changes to OpenTelemetry Go Automatic Instrumentation are documented in this file.
The format is based on Keep a Changelog.
OpenTelemetry Go Automatic Instrumentation adheres to Semantic Versioning.
- Fix gRPC instrumentation memory access issue on newer kernels. (#150)
- Only pull docker image if not present for the emojivoto example. (#149)
v0.2.0-alpha - 2023-05-03
- Add gin-gonic/gin instrumentation. (#100)
- Add ARM64 support. (#82)
- Add
OTEL_GO_AUTO_SHOW_VERIFIER_LOG
environment variable to control whether the verifier log is shown. (#128)
- Use verion spans in
offsets_results.json
instead of storing each version. (#45) - Change
OTEL_TARGET_EXE
environment variable toOTEL_GO_AUTO_TARGET_EXE
. (#97)
v0.1.0-alpha - 2023-04-17
This is the first release of OpenTelemetry Go Automatic Instrumentation.