v0.2.0
What's Changed
Breaking changes 🔨
ebpf:
executable_name: foo
open_port: 8080
Now both properties are moved to the top level of the file:
executable_name: foo
open_port: 8080
If you used the OPEN_PORT
or EXECUTABLE_NAME
environment variables, you don't have to change anything.
(related PR by @mariomac in #312)
Other breaking changes:
- Modifying how we handle OTEL traces/metrics endpoints by @mariomac in #300
- Trace span status by @grcevski in #321
Bug fixes 🐛
- Bugfix: match unexisting library version to 0.0.0 by @mariomac in #295
- Make beyla work with statically, externally-linked executables and CGO by @mariomac in #309
Other changes/additions
- Group kubernetes section in deploy folder by @mariomac in #275
- Edits for public preview launch by @grafsean in #276
- Replaced hardcoded relative paths by a ProjectDir function by @mariomac in #277
- Track client calls that run with RoundTripper by @grcevski in #278
- Fix typo by @sadikkuzu in #280
- Fix typo in README by @bengentil in #279
- Add logo and title by @grcevski in #281
- Update link to documentation on main README.md by @MattFrick in #282
- K8s metadata decoration for Prometheus exporter by @mariomac in #285
- Extract traceparent from Go gRPC calls by @grcevski in #286
- Update
make docs
procedure by @github-actions in #289 - Update pipes library to v0.8.0 by @mariomac in #290
- typo fix where setup should be 2 words by @jtheory in #294
- Update
make docs
procedure by @github-actions in #293 - Update Opentelemetry Go to its latest version by @mariomac in #296
- Update README.md by @eltociear in #301
- Automatic update of offsets.json by @github-actions in #303
- Fix dashboard link by @mariomac in #304
- Add more logos to the docs page by @grcevski in #305
- Extract traceparent from server calls in Non-Go apps by @grcevski in #302
- Add TLS support for traceparent tracking with kprobes by @grcevski in #306
- Extract traceparent from client requests (non-Go) by @grcevski in #307
- Update Go to 1.21 by @mariomac in #310
- Docs: Fix typos of Beyla by @MattFrick in #317
- Guess OTEL_EXPORTER_OTLP_PROTOCOL from the Endpoint by @mariomac in #315
- Fix Async go call handling by @grcevski in #320
- Add auto route classifier by @grcevski in #323
New Contributors
- @sadikkuzu made their first contribution in #280
- @bengentil made their first contribution in #279
- @jtheory made their first contribution in #294
- @eltociear made their first contribution in #301
Full Changelog: v0.1.0...v0.2.0