Releases: odigos-io/odigos
Releases · odigos-io/odigos
v1.18.0
Changelog
- fix: include php executables like php-fpm82 as valid phh processes (#4261)
- fix: handle httpd embedding php, and identify them as php correctly (#4267)
- chore: update PHP agent version to v0.2.6 in Dockerfiles (#4282) (#4283)
- Add sampling CRD and config, with head-sampling in supported agents. (#4227)
- Adds tail-sampling config to instrumentationConfig for workload-specific evaluation. (#4257)
- Added a GraphQL endpoint,
mutation RecoverFromRollback, which allows recovering a workload which has entered a crashloop state, and then uninstrumented itself. - Calling the endpoint allows the workload to try to instrument itself again. (#4218)
- Fix: handle shutdown gracefully when eBPF manager fails to start (e.g on older kernels) (#4244)
- New helm values option - set a custom name for the gateway collector deployment (#4239)
- Support dotnet legacy distro for init-container mountMethod (#4245)
- Add changelog template to PRs (#4232)
v1.18.0-rc4
v1.18.0-rc3
v1.18.0-rc2
Changelog
- Add changelog template to PRs (#4232, @damemi)
- Add sampling CRD and config, with head-sampling in supported agents. (#4227, @blumamir)
- Added a GraphQL endpoint,
mutation RecoverFromRollback, which allows recovering a workload which has entered a crashloop state, and then uninstrumented itself.
Calling the endpoint allows the workload to try to instrument itself again. (#4218, @natyharary) - Adds tail-sampling config to instrumentationConfig for workload-specific evaluation. (#4257, @tamirdavid1)
- Fix: PHP runtime detection for executables like php-fpm82 (#4261, @RonFed)
- Fix: handle shutdown gracefully when eBPF manager fails to start (e.g on older kernels) (#4244, @RonFed)
- New helm values option - set a custom name for the gateway collector deployment (#4239, @blumamir)
- Support dotnet legacy distro for init-container mountMethod (#4245, @tamirdavid1)