Source: opentelemetry-injector
Section: utils
Maintainer: Canonical Observability <observability@lists.launchpad.net>
Build-Depends:
 debhelper-compat (= 14),
 zig0.15,
Standards-Version: 4.7.4
Homepage: https://github.com/open-telemetry/opentelemetry-injector
Vcs-Browser: https://github.com/canonical/opentelemetry-packaging
Vcs-Git: https://github.com/canonical/opentelemetry-packaging.git

Package: opentelemetry-injector
Architecture: amd64
Depends:
 ${misc:Depends},
Provides:
 opentelemetry-injector1,
Description: OpenTelemetry LD_PRELOAD-based automatic instrumentation injector
 Installs libotelinject.so, a shared library loaded into every process via
 /etc/ld.so.preload.
 At runtime the library inspects each process to determine if it is a Java,
 Node.js, or .NET application and, if so, activates the corresponding
 auto-instrumentation agent whose path is configured in the conf.d/ drop-in
 files under /etc/opentelemetry/injector/conf.d/.
 .
 This package provides generation 1 of the injector configuration API
 (opentelemetry-injector1) for plugins to depend on.
 If a future release breaks the conf.d contract it will provide
 opentelemetry-injector2 instead.
