libinstana_init
package releases
Instana AutoTrace webhook uses the libinstana_init
package to monitor a technology. The package recognizes the technology and automatically puts all the necessary environment variables and configurations for tracing that technology.
For more information, see Instana AutoTrace webhook. To get the latest version of the libinstana_init
package, you need to update the Instana AutoTrace webhook.
For more information about how to update the webhook, see Updating Instana AutoTrace webhook and instrumentation.
1.6.0
libinstana_init
1.6.0 is released on 30 September 2024.
Fixes
This release includes the following fixes for libinstana_init
and watcher_nginx
. To get these fixes, update to AutoTrace webhook Helm Chart 1.283.3 or later. For more information, see Updating Instana AutoTrace webhook and instrumentation.
-
libinstana_init
- Detects Ingress NGINX and watcher execution
- Delays Ingress NGINX startup until the watcher sets the symlinks to the tracer binary files
-
watcher_nginx
- Directly sets the symlinks if the Ingress NGINX controller is running
- Prints the version in the watcher logs
- Displays the same version as
libinstana_init
1.5.0
libinstana_init
1.5.0 is released on 28 February 2024.
Features
The libinstana_init
package now supports the NGINX Bitnami images.
Fixes
- The issues with the backup function are fixed now. The
libinstana_init
package now correctly runs a backup of the original NGINX configuration before it instruments NGINX. The original configuration is saved in the/tmp/nginx-<random>.conf.bak
file. - The regex that is used to parse the forward expressions of the NGINX location is fixed now. The location paths, such as
location /app/subdir/api
, are now correctly instrumented by the package.