{"_id":"@opentelemetry/instrumentation-amqplib","_rev":"33-a9f921908c9766a97a1528282e77bfe5","name":"@opentelemetry/instrumentation-amqplib","dist-tags":{"latest":"0.47.0"},"versions":{"0.28.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.28.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.28.0","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"c2c0c675b7af89b17980a2633c2c292da1a066a9","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.28.0.tgz","fileCount":19,"integrity":"sha512-MV+H/hqO/huHPq9sqy3piJrICxOW86dWOcBGwCQK9FN3DC35Swhl9rA1ivGWq9fnXF668uARNLIZw7WKxhLIdA==","signatures":[{"sig":"MEYCIQC/Hc4XyP+o9XMEhwpOHAD9X5lthD5r7lgjtqv1AZnGEgIhAPW36YFvgaDZY2ANQwCPapp1hqWWjnJDrxaAnYOCyMg0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMIklACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5mxAAhjyThvGYfYBW8ZVi12RRTEZ2tbcmWPaXosSqbsMekyu62Z2W\r\nUExC3T/fiEYq1cypTQsQv9kO8zYggYZCeXWEZdm1w/QghbvPgHklGVwe0Kbl\r\nOr3WT2BVNy2DlgpFUj8sNHt8VmV4CrLejj5GXJQp6ELkHQwkbf4NxEkWxmZ1\r\n50r4t8Cn7HlttWYjPZ/uHWpQfuckSNR9fmycEm9dV57bA46QDGwemY1Lyzam\r\nhJ7WjpMjK45GBuCkf2NWhGI7KGJ0sqg+WO140kTSezuZ7dWiimhluGOsFLB/\r\n/uq9ihhoGZj7aJnW9D8yHRXk19aa2Jp+vUH5uRTCjQF14RNcSiNC0JsviDty\r\nuA9s8M/vMUzVIgu+tO8utsFAuXTIvgpJs0BD28UchybOD9zQ4FmAeIXevmOr\r\nAIlOI5ctLqEn55siqWVSP7LSpBsEXYDesW/g6gmyohYEWpXJWxEwiAei8pEP\r\nlnNsX4VG9ZW9FQ5ZcS+kVcTMqUxrhFsFnWrZLh7eDHmzdgHf1IAXuVhKkxYf\r\nX+kbJJuIboCHO5Mjq2q7dLFogBIRv+tQY3rKZzOkfxvsBoujCe9RVdqdVGsO\r\n1xkYyOevZD9tQKpViqsC1wm+sVeLsgf8ub1XqhXn2odfffVvLVJlfi2oatF0\r\nfTo6DGxqTXRriKTNmVl9pgYjqAUcmfW9Nuw=\r\n=+Tvt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=10.0.0"},"gitHead":"491588f7245e48268bea438cc475e87ae1ed8ad6","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope $(npm pkg get name) --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v14.19.0+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.19.0","dependencies":{"@types/amqplib":"^0.5.17","@opentelemetry/core":"^1.0.0","@opentelemetry/instrumentation":"^0.27.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"13.0.1","expect":"27.4.2","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"8.0.0","typescript":"4.3.5","@types/node":"16.11.21","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","test-all-versions":"5.0.1","@opentelemetry/api":"1.0.1","@opentelemetry/contrib-test-utils":"^0.28.0"},"peerDependencies":{"@opentelemetry/api":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.28.0_1647348005688_0.002851131048456912","host":"s3://npm-registry-packages"}},"0.29.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.29.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.29.0","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"fd16fb387ef254e145a1dfb99dedd6c61650ffaf","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.29.0.tgz","fileCount":19,"integrity":"sha512-hoRuD6d/yUm7fUJChKJPsusM3OfD3DlqTZe834g+d9ewDdayRBH6SNlFvIHj68tTbVOZRHmL0k5SBQr3xX/FyA==","signatures":[{"sig":"MEYCIQDPUU04Y4EiN3/SKDNvwZighAzbswA6/w0Ckhf0QLVo+gIhANUqITiX0G5OkXCBOzQhp0VgNls5gf5/FRr3vlr5/wXG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijPznACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Gg//SJ6eqgVvC5mt9f8uVIEiHJ4NwueP+KTXKWRlcDAv779r9fPi\r\nugQO2skszLUwfP+6sVeid5DpcDh6Sa37s3UQYkSSZ690jaPLvMwa5vX/gkiN\r\nTWlATXMvxfmtTcpIbGgcWo8+yLNkC4lOM8m5EnPKJHUL6mCh/nuCqkvjBaML\r\nv0DSGbyRg82i6OWjkQiJo/BRv+R7JqJYdqCrDTZ5x+qK+Mx/LHUj1JiWj1sg\r\n/M8X8CCX9X2UY/gwdDrBmClczVUVvrG1xb8Mrjux16ot4312S4xiqSWMiHqd\r\nDVkr7EEmT4TKrqHrMPa95ht5LfUI0z8ow0ljcyfkeB6Vg4G7O0GZThN+dXRZ\r\nYNbVrw3wHRepvF7xGKE79mjWlZhCdRVhHKpOsXZMQpuyMSrM2pmocSaV4wda\r\n9pEMErFfM/RCw5EJndwr9yz8Tq4+48/pch/gfXfCJja3PXnn9qIX239O5HvX\r\nI0EwINCexNV5+E9/Abx17cgvAulWioojIZ9dP+sWHTeuMlMpgDLJ73rTtyLY\r\nfGEcB+zAautNaxqACnKu1dcv4wShv8dFvUtNwL019TunQyebnYPLPpMMehFU\r\nQLpDUNNLgqe/Mr3ZkL0wUrcpIdB6hv6mObkAZNdow4fomLFXeE8X9JRELqLW\r\nS1Ks20DhAN5V00aj3RS7OcGbI5ZmxoByaio=\r\n=f99g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=10.0.0"},"gitHead":"f89da7d080d2aaecacd8728d647e8eff4c9248a9","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (darwin)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@types/amqplib":"^0.5.17","@opentelemetry/core":"^1.0.0","@opentelemetry/instrumentation":"^0.28.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"13.0.1","expect":"27.4.2","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"8.0.0","typescript":"4.3.5","@types/node":"16.11.21","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","test-all-versions":"5.0.1","@opentelemetry/api":"^1.0.0","@opentelemetry/contrib-test-utils":"^0.30.0"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.29.0_1653406951094_0.6576594723811149","host":"s3://npm-registry-packages"}},"0.30.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.30.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.30.0","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"03d6835baa65ad5f124e5418a59cefd6ee0916a6","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.30.0.tgz","fileCount":19,"integrity":"sha512-aZZgi/O/kwrCIGSkf/7Sy7dB4ZzRTLcnU7A62SZWWU7f6C4KUXQ1TMizwJphF4P8QheqlgqJfoWrw+KDLheJbw==","signatures":[{"sig":"MEUCIQCgx2vQ8LlmSdz/LkerenZxWEDz/yhyfWwpmTUVB7MLCgIgZeN0Rx/BseBGH0bncu5LemZm/uO9LdagA+KrBiA6zC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqiUmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYcg/+O+2zWKbgtxnNScPScKQyq+CPC9VeN1m0cPuHpAKLmc83UuJi\r\nt0u/T9nRIV/PNxqIb6oQWoA7U/AZ+oZmdjAAsmEkuZSSwHeTaziUP3o3hOpY\r\nm+9nxaLuyGFOh0IzR5oHNx8sBc84IwrsFZQbr4/asC8HmhxMhfmhV9o/noC0\r\nMCUV6DCJNi9B+r2TIxi27dI7+fYUkEg0VCIxbgDyJBjpWeuu8LFpGHkubDOk\r\n+LozoNLxkug7gCS872snZYLr24BmBc12NVGd/HODAes9FLjJHQDfssD0G2fG\r\ndbstLSTh9+1pv3KLUwabm5zy6GLZp4gJv068z9+HVHs85Onq0TQD0LyLa4rv\r\nNGj+RP0RVGcKXDCMpjI2l68FCNRmQ6crOld7Wa4oQtkJJR+ophZ0VZRwwV3g\r\nSiXi7yKRw2bYPFYjqibkCsAamXH8L2w9GQA5NJv9xq0FwyaWU7wtIgFT+98X\r\nU1XBo+aXN2AHG0by2g3cK8uQc8vb2oAfHz+g2Xu2mp+QQOntGph7dQBqHCaF\r\nj0jO7E4Aykw7y57Lvbp6G+lwEPdCk3sXMq32AbB0TZv/O7jbQAKpMyW0RPeL\r\nznSF14sojcNk4RKjfWR3G8limTKPf2h/5s1T7cm6hVyv/QHbAGLUqfwS9HZo\r\nohpRvoKkwGWWF18wM80/F0f/M22JP/+KzIs=\r\n=VLvk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=10.0.0"},"gitHead":"9633cf49c4099e97dd2a285d0399455e17a593e3","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (darwin)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@types/amqplib":"^0.5.17","@opentelemetry/core":"^1.0.0","@opentelemetry/instrumentation":"^0.29.2","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"13.0.1","expect":"27.4.2","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"8.0.0","typescript":"4.3.5","@types/node":"16.11.21","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","test-all-versions":"5.0.1","@opentelemetry/api":"^1.0.0","@opentelemetry/contrib-test-utils":"^0.31.0"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.30.0_1655317797858_0.13816886077119506","host":"s3://npm-registry-packages"}},"0.31.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.31.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.31.0","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"a84e76b876ca6579e73d052275e041e580f66cc0","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.31.0.tgz","fileCount":19,"integrity":"sha512-XkWgChRpvI2bNH1Y0CeB92qepzSxIklVBM8MvYnbmMisOzBFlqhe8LMs5szba/78qR2UJ9w7vcrf0HwEK8qERw==","signatures":[{"sig":"MEQCIHHKuScCL8OyLxzEiRYvRa9wgP+kI3hTBiCZG1HzfnVmAiBoBk2u/WGhjZM4FKVzMM4QmTwg5qmj+RvUzcMT0f7CWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEkG8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2vw/+Mk7O2G21BLEamYFd9jg6GxLMti96kuIeUZ1HSFhoZiqFdE5u\r\n62tBYkFzXbCRoJRrddIKSp7HN/X+92bP1lBiZUNsX9Pxj8dWAH7t/2RgcCcZ\r\njJ0ZJjurhzPhjqpXFbtOvZ+Q46Fithk4DpoygkrKjTe4d6b+EaVHNjEfNhUF\r\nZBfdsJy74OwMoIgiW7EA6/LsTnSvn+MMTZuZqi7itF/UmnXN9lzPohRWTSGy\r\n1D0f9M9wYLNS9z0sYLaQOvE3mDfscf2ndiINKXfBugnxi671bV+hzpZl+05r\r\n6tLRrI6ZFnKzwqIkh8jw06TWemGtjZ/vXzMctWZV5fB0mVAVQ7VZsONpcf8J\r\nPvXA0zARG1qKam735Zn0cEs1VCgm6Cq/dJN6KQShy1RkrGftHbv7twruAYu/\r\npto8OrzEy1am29bGAdPCvPJHEAj3r1xGA8dMTgpfDa+x5JZKdxVkmI48WFNI\r\n70kWxqXsTzt16jZvzg4MOvCmBnSujSdscLPXmppZKujw5twoJK18EgnDw3pc\r\npUtUHXHSgxOOOUbuoLr6D/HmMgRpZkExbitEacoghQBgTSZYBG9vVV6CLtk0\r\nUkAIJUu4oq4ySEwtEr2HUSGdq5ZD+Zeg5p6QdoFbqVfOFvbQ+8rCUdBhiyWN\r\n0sAyFdPBFhM/CdSUec9wNZtIkbxNpmxEvHU=\r\n=hOlE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=10.0.0"},"gitHead":"4a9442ceea7f8555ad6e5f731f92834f3398d5b9","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (darwin)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@types/amqplib":"^0.5.17","@opentelemetry/core":"^1.0.0","@opentelemetry/instrumentation":"^0.32.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"14.0.0","expect":"27.4.2","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.3.5","@types/node":"16.11.21","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","test-all-versions":"5.0.1","@opentelemetry/api":"^1.0.0","@opentelemetry/contrib-test-utils":"^0.32.0"},"peerDependencies":{"@opentelemetry/api":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.31.0_1662140860556_0.8670488016645113","host":"s3://npm-registry-packages"}},"0.32.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.32.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.32.0","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"d0815b4c35e3c6a015e7b438c112072978feeca6","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.32.0.tgz","fileCount":18,"integrity":"sha512-/JkDnNNXHBrmesXS826E2z8c/EZoClO4S8ckQzbqdLd+m+n4u9Q9q/9ZV7WWlSAd7BSt3GJNbcjwdxeA7FobKw==","signatures":[{"sig":"MEUCIQD/p1g1xkf3NHa5E/kNMDu8sfc7kBSU6Qq7/EC5J8EpIwIgEQ0ZjJFY33b2o0FLlC0R1RFNSNL83xWTRHW2g+mHl7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd7UWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrh1hAAoZBD3Vweb8UeT6/LmhjXmYfHzoWj56F3bcm8ZW32r2DCzd0F\r\nWPWzDTzAKuFlLWs2I0u9OVuFS1AF9eV+twNEh8EsE83PDqNlMblK4v+ZI9lk\r\nGsKNOriqIoWueGk7Z11UgXU/a28vQumb95LbOBCw9qNEqXrgoKSic0KlvlC3\r\nBqeS9L4oKemhDQ+lhwTBB1ORR1t+KOrgC633Fw/H7TIJLQSI9pCbGcJR8CH6\r\nyclC+nQEcHpveBDO/X7KRmHTBIHeUAoiYAWHlFtIGJ0CeIY74KiubcmEZV3E\r\nO3v4G4rN55WqaPgCX1kzsHTLKyTXkKGJiV+wmzU+EZzPKogY6Z3vSlh1j2s1\r\n36ziIf/IjB4QO2tfWEbQwx568avQkYOiUMmAyepnF0tGdPikI+LeFweCVyp6\r\n9gi6j3SJ4g2aKM0PJzO9kBYMkGRotXi/1vU/1YmPs9X28Y6PTWW2tvQOIjXr\r\nOyt/VW6am4yzpA/KtTkZVf+yLHm8Z5CkVL8NBc7hswD3mqjv1PZ5j4ZtJV55\r\n2uKtByB+2L/03sM2vccOI9iWi68tEwBMepxg44gGcEL8KZlh4Bk2h52cmdas\r\nLiQGXwVd/hBd3uqDNjN+XGzWpk37JvMMuV22Jy0aahpl5xS54JgE/YRjShrM\r\n2hKllljT/y1K+eFliDR/EhHk/g1Mu50GgkI=\r\n=TwP8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"59fa57cfd0dff4ae0e6f3833dff73c55dfd79ee5","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.18.1+x64 (darwin)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@types/amqplib":"^0.5.17","@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.34.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"14.0.0","expect":"27.4.2","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.3.5","@types/node":"18.11.7","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.33.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.32.0_1668789526171_0.19978648679842181","host":"s3://npm-registry-packages"}},"0.32.1":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.32.1","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.32.1","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"6873b4e0ede95e78962d68699cef320eeedcc307","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.32.1.tgz","fileCount":18,"integrity":"sha512-EvtNFniscIhOw1Mj6FxUbYebqabhrDK6bFWZLqqdO3ArbNyYMP1EEsHYn0hgq6nGPXCU9RJ17zQ15PX4w4F1yQ==","signatures":[{"sig":"MEUCIHVEIrS3HC3RjRIVztm82SUBLLQe68aF8Im0ESE4E5dEAiEAggIVkZEXwkU4ZQ+Z271DNtQlJQQwBvQmD6aS3GYQ098=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4tr/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhFg/+LqDSVwmxm0SxDbmhm6qL7fEBrd32ZMsvmHjxCYkiPNIWpKtM\r\nAQAoxrnq+P1AIqQSx2C/mDdR4ktrdMtuuYDrrQCXhT5CCRFZ4j52uQmWCYgm\r\n5cfKRO98ooZLnxfsPJlo35Ba+b8wqM06tNKyXZMgwRtJYwIweh+uvNFZLFA2\r\n04h4j2YQ9tF8jnWIFPHd8Q3YlXPs0ZPMn5fdJ4kKXinKsWfj72GAZidsTqPm\r\nMxA7PUhfk5i4ft22/IbNZy9P/rhC8DZjpVxUBZb/+s13ihw5rl8rLX0hq9dQ\r\nGubZ4r86Td9jx6CyK02Trdo2rbaSmh5uR+2g+IOFPshrasdQnsFfc+sNf2lW\r\nlXCLTgITqodheC7f7PL65E55cuPRqPNuIjAW3l8TA5zfb3t90k6aStOvDUyp\r\nEvwriQCHkk6qnekDaM4Cw9Qgx6LmejiN0d0OG2kLcFvGbL6HEJOARqKfudiJ\r\nfQsURyO2nsg1j0ncAXZwWg7Zsn7bS5C+UZhc6TZKK2mWVO077fC1V6un87qW\r\nMqO0FhzDXUNCz5rscEMKud7rhYqrafly9MQ63sB6M/j/Be4iEpHwzix33GN2\r\nA8g2O7P9OOzzA4xkBVBHmwLp+2QJ/2bRFEESsHG/4JhWGddas4YRZS7w5dyV\r\nqecNNE8WtdEw3Kep1UfyfDLE5KGTE7GIXFA=\r\n=DqrP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"63e0fc9b6b862f74304abf0343c506a5bd415191","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.2+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.2","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.35.1","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"15.0.1","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.11.7","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.33.1"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.32.1_1675811582725_0.8503699905220983","host":"s3://npm-registry-packages"}},"0.32.2":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.32.2","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.32.2","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"51d637875dddcbd810090bd505fe3230c22fe760","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.32.2.tgz","fileCount":18,"integrity":"sha512-NSXvRKtJhBqkKQltmOicg0ChyAA5VfrKPa9WSrFDXvlw8Pjs9UiQQTEYbiBT3V5LSjJXH6CpNnQp6v2bqEldow==","signatures":[{"sig":"MEYCIQCwcbumL8zqJbQlVMuL/Y+DQcLi5imYLmv84/f+UyhLywIhAIHLeBFzeuzv5WqAICNkFKg+TEO2rR0c/hhWIS44MzDW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj66hNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZUg//QBFcf+BCSLsiWaNh3rk/tR6CeZVjtdYEJM6rhGF3UH4Q/uYQ\r\nJC3QwCN1OExlTXfHXbsirL8eMEy+ZSQXvfImSE5Hqxwz76XRlqS70EAuw23W\r\njgnvGnzppNUM8LUN388qOv4UJ72TRytHcPNlyA6aFti33TMdrd8KXZ1gcz+l\r\n4KdrBpoJeXOsDPACBYiGmjCmkN6ZMBQIIeGWCS1yPJjWNQPPIMaEe9MeCooE\r\n4FZ5p4EoA7vHkh5+3li0c71QLFFx2vHU+GhJXtbtPHUoKVdI/k7kw/RB433M\r\nv0h2fUPvS1aV2IXvgVZquiHXAm1x4jCgjXsuXGeOIqLl3phbwdzcaXGrE649\r\n7fnBUKZW0swa/9h+au0cl6utLxRwR8B05+BRNfAiG+cf2ibE474EjFs40gw/\r\nQtqvT9Ei0NgRgGoX+rRJgly9V2sU51rkmvVNV0y3OmeE+iqNGw3QCn5iq3JE\r\nCfm2Tg4RXGirtdWRT176kGh+qWmWuTDyx8Q+ePjCVA04H+o8Xx4C+CHGRlMd\r\nA6XwalRV1LdtpqmeGNqet5Napjidig2qcLwnxDJI0cq43cgBIwbiXGjZftan\r\nG3IjnrJ1Zu3CRmsfg1+l2aJhtVbeSoMG9NnNoRoOOx1KlkrwoFS1jrsOxd7s\r\nFPBSmzCRUOlZbQmvK5redPKVsoZ2iyflQfE=\r\n=GXsC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"3e76af6c68eb8b8a4a65a9ff24ce2bde39754944","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.2+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.2","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.35.1","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"15.0.1","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.11.7","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.33.1"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.32.2_1676388428882_0.9944552128731785","host":"s3://npm-registry-packages"}},"0.32.3":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.32.3","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.32.3","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"a7833e48f042798ce92d823237b38e94d9b549b5","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.32.3.tgz","fileCount":18,"integrity":"sha512-DCyyaY856bleplmt5Z+Fnw0xhGFRLrSunAghWC+g2xC15cAUWpdR2GKc5dYqYZrDHOEjvGjpA/LRObGLMmeYAg==","signatures":[{"sig":"MEYCIQDif07pQgbVtVaBxeabCQZqXvoJwHIridTmhetTNTSn0AIhAM9lTKwuYm6XA+9tdNPUvQi9kw87h+7mQZEOlg7InA+p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkR/SpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrARQ//QcNcr6VcQ4pmv20WK+XggFTRJRLFHzZwmfBLeZDg6aW0KZQ+\r\nn/sxIyp8ONq6ts1F2bvPhAqxQCqZTIFwXwyfBaE5+SR4t8qNOH1Vdo9Nih1E\r\nM+lkLoCu+S00qS2Dhtmv2IOhF4Ib6UEaQB62xs6xBhdXSSoepMrXoj8BFkwL\r\nnsfIZqpOM5wchx42YgjAwM9XxQ1zyouR2w2T7wix3IuCqoiKrbhliW3RD6u+\r\nyyLGehtbWjlFAX0kOyhzIYcyiw4SDNPQffnIn490o4nPLM057ZUCunlyXFcw\r\nbueyWF8gnplJGD6TijlSuDIxHs0uSEYv93S8wU4vOQiulHIe6m0uZbxnp1OI\r\n1csuMWk9ZimkWW9CqqdWi+Y1jgleMks2lL6TpKsI1QB+wLNxYvt0L0IaaTjC\r\nABI+MLUmoywrFvkRi6aWpLYJMa0Dq4hKgP/OVLDF6ILJTXUvC88GSlmM9cBl\r\nMc5wblyBL5S8bA9LbPiOjTDOd4gLyCfY5zvz1GlmOZxPfx6MtmKLl+H43qTY\r\nZAGwHl6A8MgfBNxS9wWnl0pTsjISL3i1X+9pBnavvDuQ6jTxDJc+DVvqaoja\r\nGkL/Y24uPHmHurua9OmVyFbdVvLk+3puVUk/6VLcGDDVLavo8sfV2W8YDNhL\r\nm4SWcJVP6rFMjNui5j0xJ9w8OJ1np/KZxIY=\r\n=/EkV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"f7183016487c876829abce6437bbe71f76b7538e","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.38.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"gts":"3.1.0","nyc":"15.1.0","mocha":"7.2.0","sinon":"15.0.1","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.11.7","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.33.2"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.32.3_1682437289299_0.9971422048179468","host":"s3://npm-registry-packages"}},"0.32.4":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.32.4","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.32.4","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"4462e9cdb1f791768b67425c6f5bc0502860ba57","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.32.4.tgz","fileCount":18,"integrity":"sha512-ciKcO4FAodo0DkU0YjHPGb2TNVMR1F3Gzqp26kvmSePAdTHasXptdyHD56iH1lZZEw9D2f4/PQrAKAp7iFvFRg==","signatures":[{"sig":"MEUCIHuZ59Nj9YE7Uc0EzSV/ukjXERIIxMuhmDQLhKnZEnqaAiEAoVa3vIzkW+wMlVjmKZbSf8rtBKayoyVtVGqC0hA/ARM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79818},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"418b6f6d471b4b38507e8c6ef2916bee31ed2001","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.39.1","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.0.1","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.11.7","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.33.3"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.32.4_1684244645962_0.015756577498902802","host":"s3://npm-registry-packages"}},"0.32.5":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.32.5","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.32.5","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"48d6b2b7a7295a147402de6af1875beed9d5f60c","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.32.5.tgz","fileCount":18,"integrity":"sha512-D2hTvDfXQxj/9ydOcrz8Na7O3rLpNwSAKYHju37Mc15YLN2rmhnB/kW7YyW2+z1eC+cbLPg2iDIxzLd1FsJ15Q==","signatures":[{"sig":"MEUCIQCEHo8IWtpmZ5uUJPLGDuAgttYzFugeJuoBwX5FbenGGQIgSdM8N/ncNkhsadS1dlt2NwxT6wqmT+3I6oLw1DrxW6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117084},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"efdfc727a49090accee7fea8ff93011b6b84c1e4","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.40.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.0.1","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.11.7","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.33.4"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.32.5_1686599477757_0.16170924547887533","host":"s3://npm-registry-packages"}},"0.33.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.33.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.33.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"11ab73560d04f5ece69394c44cb45f203d34815b","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.33.0.tgz","fileCount":18,"integrity":"sha512-2EQ1db0xq9lHayPR7pszFEzojkvxhERIMv6vu4GHICmQCDuhvGQ4JpwOuX5KdmJr54LqKjqmL1na2s1bRKJzNQ==","signatures":[{"sig":"MEQCIDkmPzzDfPNoiHnIN5M0cxFi1vRG5nlZzrFni6DtyShiAiAPnw7OzU6I3Qv8GzzoRGOQCcKpuDLqyn1et8W65FludQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116646},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"f81f8a76a8f0af2101c62dbc73cde442f875d833","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.3","dependencies":{"tslib":"^2.3.1","@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.41.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.0.1","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.11.7","@types/mocha":"8.2.3","@types/sinon":"10.0.2","@types/lodash":"4.14.178","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.34.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.33.0_1689178284924_0.41594569549222227","host":"s3://npm-registry-packages"}},"0.33.1":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.33.1","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.33.1","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"a459073939691a4a1dabf96ef7c1af168fb27e35","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.33.1.tgz","fileCount":18,"integrity":"sha512-Eg797WDHVDcRr6+5tihh7ab+ZjS5yCOoW4PkUYCcJHVT31AGfi+PlkLgHknW+uT1oKijMC4D1p6jDa/2rzRv/g==","signatures":[{"sig":"MEUCIQDKpPyUHJoG2OkQISPV97Ea3Dwoew8QaMqllbtuHLTItQIgPLBUGZaTm5G4DXg2eoZxv6wk630kqX2E45oEyR/WKlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117086},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"b3d30afe7376760d211b20c4fb45988ac58c1d85","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.41.2","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.0.1","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.16.19","@types/mocha":"8.2.3","@types/sinon":"10.0.16","@types/lodash":"4.14.197","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.34.1"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.33.1_1692047228050_0.7252877536163931","host":"s3://npm-registry-packages"}},"0.33.2":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.33.2","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.33.2","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"427ad7f417bb3f89d1b051a945c442387d1c6469","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.33.2.tgz","fileCount":18,"integrity":"sha512-qAc9DMkyStlc45LgM+krSckYL4O5zi3uu1rk1QQL7Nn6q3LNNZV2c+fUPMf7hDf2OuK6VyVF0rqWYDSu/JDJ6Q==","signatures":[{"sig":"MEUCIFivEti7oVpaUfEnD4Q2rUz1GnI0mKx55Ge75QHmcvFXAiEA63A+B2GhHuKpJCpxzpTPJuWYwFsDKm8hqXFzA2hPVtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117084},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"a8c225d2febcac561a70ca586d3efd5a84f9f3fa","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.44.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.34.2"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.33.2_1697012026441_0.9106097731282718","host":"s3://npm-registry-packages"}},"0.33.3":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.33.3","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.33.3","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"95e5befd43ecf15c458c2da6e9dc8e7ba25dcc84","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.33.3.tgz","fileCount":18,"integrity":"sha512-keCaoo4W41bMjdClrDIcGehtYFDPzcbZ2B+FAGcwFHFQg4kyrzAW92r+Ck0OFTDvZDAK0FilGnS3Doo0phdvDw==","signatures":[{"sig":"MEUCIBpT7K0cpd+QdQ496vgsiIFoXqEED3d6rOtfTJJZ0Fj3AiEAgmGvrtxQmmkj/rhECL0CFgaxGDX8jf9frcPdxE8HAeM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117052},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"607d375595da3ab51b7f773ac360900121c4361b","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","prepare":"npm run compile","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version --scope @opentelemetry/instrumentation-amqplib --include-dependencies","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/5.5.2/node@v14.21.3+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"14.21.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.45.1","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.34.3"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.33.3_1699891058677_0.19912373713007847","host":"s3://npm-registry-packages"}},"0.33.4":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.33.4","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.33.4","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"1acccf3ae3efb41a56faf9be1460ef15ffb72caf","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.33.4.tgz","fileCount":18,"integrity":"sha512-fL+WrEsIM3cP4VTOsqR8enlT/4VX+OCVF7WALN85bgdFPSRpv2X7ZqsXOdYd358cAp4KO9MiveSkAKwKcTXKLw==","signatures":[{"sig":"MEYCIQDGDDprFGnkuwlBVEX8OJHaECojArdwBXVDZbcuIC2SeAIhANcZyedVLuXgIpPGzDNNXDJ0Zn48HLTQe0cYqIR/dch7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117066},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"a757b5e443dfe1dade090aeb11ec37d0e802f8af","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.18.2+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.45.1","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"5.0.1","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.35.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.33.4_1700645586490_0.6639342824155823","host":"s3://npm-registry-packages"}},"0.33.5":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.33.5","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.33.5","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"64906bd6c3c9286107653e7773e39adab8554eec","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.33.5.tgz","fileCount":18,"integrity":"sha512-WQ/XPzNLOHL3fpsmgoQUkiKCkJ09hvPN8wGrGzzOHMiJ5/3LqvfvxsJ4Rcd6aWkA4il3hEfpl+V0VF0t/DP65A==","signatures":[{"sig":"MEYCIQD6JMEpAUd/pzKoazNpJy1OdyhI83BnVs2yGQDuCM1nTAIhAJTYXRZKFbFQl0FhyrKXWVI2PGyM3L0D04MXapjCqW5O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117066},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"90928231259bbbdf6980f184bc7420503048b77e","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"18.19.0","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.46.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.0.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.35.1"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.33.5_1704406531590_0.025692891102892412","host":"s3://npm-registry-packages"}},"0.34.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.34.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.34.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"eaa3a3a395d48f2fe0ae759402d688f02b54a77f","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.34.0.tgz","fileCount":18,"integrity":"sha512-lVGRkyGnjFJv9O8oO/+uT40nrNj4UO+UN0k8708guy/toVgxsVpv4PtdWJTjbtu89UDk9gUxq62jpHxqrVaNnw==","signatures":[{"sig":"MEYCIQCBhzI4qI0y0DlEr9VjTFxA8S+1+7ie0TGt/JjByPRmVQIhANRzPJHCocRHlKSS1zx0uZCjX9E+uNU/c1MHufGN22xf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117066},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"32204a362d9dffd4cd69a1300e1f7d245df9df52","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.0+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"18.19.0","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.48.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.0.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.36.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.34.0_1706520042865_0.45815191553108736","host":"s3://npm-registry-packages"}},"0.35.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.35.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.35.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"d99486e1d292d9bd851719d198f62dbcc370db42","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.35.0.tgz","fileCount":18,"integrity":"sha512-rb3hIWA7f0HXpXpfElnGC6CukRxy58/OJ6XYlTzpZJtNJPao7BuobZjkQEscaRYhUzgi7X7R1aKkIUOTV5JFrg==","signatures":[{"sig":"MEQCIFgU9ddBzwicWMo7+HQlkMLFblqEVBU4kWlFI3dn7jB3AiB3Im3WB4YFSAHic7FkOB011wrs+dIgDb0REOLrnjvsPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117066},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"fcea8ca0c83cb1dcd8ac736e5ea4d22ff20dc982","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.1+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"18.19.1","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.49.1","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.0.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.37.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.35.0_1709722931226_0.6700349320695695","host":"s3://npm-registry-packages"}},"0.36.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.36.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.36.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"a4e4d13672cedd891f40385d6e91ef343fd9c486","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.36.0.tgz","fileCount":18,"integrity":"sha512-qIXHiYbU8hfFHtI/y5ntv2k4g1stlQBHXu383xCqFdg3XbkLuKIyQ+QnnP8Ybb12qh+hzuXstEpFiF0dSmuhZA==","signatures":[{"sig":"MEYCIQDBh8NvyOo8Phc49Drr7eYXC3ponESKJrqBE0htCPZFdgIhAIXbJAcGlBIfcl+J6fQKWPEziWaWdZe//+knwvzBzxXD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117066},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"17a0bc1da3baa472ba9b867eee3c60730cc130fb","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.19.1+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"18.19.1","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.50.0","@opentelemetry/semantic-conventions":"^1.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.38.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.36.0_1712163323418_0.555286786923932","host":"s3://npm-registry-packages"}},"0.37.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.37.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.37.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"90a3df5188d6cb52e1575fba59d9aaf52dd5b6f1","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.37.0.tgz","fileCount":18,"integrity":"sha512-XjOHeAOreh0XX4jlzTTUWWqu1dIGvMWM8yvd43JJdRMAmTZisezjKsxLjMEMIvF0PzQdoXwh9DiS9nYE4/QmpA==","signatures":[{"sig":"MEUCIQCYFb904p79GAZdCW532atR2xkQWasygqWQofSXRvVKNgIgFHl9NDAuXWVp9xK3DW06UgOXvGDyMtBNVHgS0FOmaJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118477},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"96a87b48934f0afcf1fe637eed6704f35bd8e973","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"npm run version:update && tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.2+x64 (linux)","description":"OpenTelemetry automatic instrumentation for the `amqplib` package","directories":{},"_nodeVersion":"18.20.2","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.51.0","@opentelemetry/semantic-conventions":"^1.22.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.39.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.37.0_1714071729110_0.36171730011010217","host":"s3://npm-registry-packages"}},"0.38.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.38.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.38.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"7ef8b8520b75e476bcafc2b2d92d3dc814b2fe1f","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.38.0.tgz","fileCount":18,"integrity":"sha512-6i1sZl2B329NoOeCFm0R6H/u0DLex7L3NVLEQGSujfM6ztNxEZGmrFhV57eFkzwIHVHUqq9pfmpAAYVkGgrO1w==","signatures":[{"sig":"MEUCICFXCGJew8jcsOSEezuBAPGXxebh46cJxCG8lSaeuDRfAiEAyZezCJyLc7ztSXkMCQzGgVHLM9vQlovSELC8EkwDVeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118770},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"0af1b70f7c3c9763c85ac51fa5e334c1e1512020","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.52.0","@opentelemetry/semantic-conventions":"^1.22.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.40.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.38.0_1717660399848_0.6054736459747647","host":"s3://npm-registry-packages"}},"0.39.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.39.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.39.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"bfe7c8d6d05b30c070c72b8e075f029de5751c92","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.39.0.tgz","fileCount":18,"integrity":"sha512-i9SccU5bbHivmmN8ba8HitLnM915BWdGwk5Jl6dwHTp0eV4KpoprZLE/jXUY1AAP/LXpTrM7NgVHmslFSVWRYA==","signatures":[{"sig":"MEUCIQDZWrOrL6EdIinzUUAzV5415qeN+ZVAwARpdUFOLjb+lwIgEjJYLyafoBaw9u6K2yEcFVOknzcKR2OjlhVBAFYkQ6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.39.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":118243},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"ad8436d6a4174f2288cb939080cd4e74da94b0d7","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.3+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.3","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.52.0","@opentelemetry/semantic-conventions":"^1.22.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.40.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.39.0_1720078866757_0.9215963596181598","host":"s3://npm-registry-packages"}},"0.40.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.40.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.40.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"e1d032751d5ee5e2912f23ae2b60b834b0933a06","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.40.0.tgz","fileCount":18,"integrity":"sha512-rxtVrahrX0DoISBZNUTrINQSDflR1NeQHjxX+HB2df5L9wvuxZP6vLeGmsnGIV+5hDi0L+/a3xm4vCoI476SjQ==","signatures":[{"sig":"MEQCIGhrrlBweAAtYcZ/QowbT6lIJMe9Bi9sRwO79mi9e/HdAiAPYLSm3CMRa1TP+8vZvtr6xud09mitfkZJNYtQyeChOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.40.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121453},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"c1d67f8befb716c57bb5083a9d24f154128963df","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.4","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.52.0","@opentelemetry/semantic-conventions":"^1.22.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.40.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.40.0_1722263811704_0.9196513928945989","host":"s3://npm-registry-packages"}},"0.41.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.41.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.41.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"0ff962a7297a183126da937c7972bcb804b7a427","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.41.0.tgz","fileCount":18,"integrity":"sha512-00Oi6N20BxJVcqETjgNzCmVKN+I5bJH/61IlHiIWd00snj1FdgiIKlpE4hYVacTB2sjIBB3nTbHskttdZEE2eg==","signatures":[{"sig":"MEUCIHTu/i1S+I9OGgZT9Awy7ipxy/fqVO1G+d40ppo2a6WjAiEAv8fkM8xqY8c4EhwCdJIxtp8EsBDeHhrFZnUEvjuMlt8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.41.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121371},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"0e96b2acdb553b17db7fcae0638443c38b04e968","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.4","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.52.0","@opentelemetry/semantic-conventions":"^1.22.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.18","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.40.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.41.0_1722859519204_0.10678775083770486","host":"s3://npm-registry-packages"}},"0.42.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.42.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.42.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"b3cab5a7207736a30d769962eed3af3838f986c4","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.42.0.tgz","fileCount":18,"integrity":"sha512-fiuU6OKsqHJiydHWgTRQ7MnIrJ2lEqsdgFtNIH4LbAUJl/5XmrIeoDzDnox+hfkgWK65jsleFuQDtYb5hW1koQ==","signatures":[{"sig":"MEYCIQDvhz8l97hXuAjURQzED1P9bAgsijUFL4zumsP1Dd4kTgIhAIXexB1oExsVqjdTKsBBZAy0ian1AIhwzWb+inJFfZZ7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.42.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121371},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"9dc58afed8134f95908331bcff35c5d9ec46fe9a","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.4","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.53.0","@opentelemetry/semantic-conventions":"^1.27.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","mocha":"7.2.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","ts-mocha":"10.0.0","typescript":"4.4.4","@types/node":"18.6.5","@types/mocha":"8.2.3","@types/sinon":"10.0.20","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.41.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.42.0_1725282664806_0.10219949627897673","host":"s3://npm-registry-packages"}},"0.43.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.43.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.43.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"e18b7d763b69c605a7abf9869e1c278f9bfdc1eb","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.43.0.tgz","fileCount":18,"integrity":"sha512-ALjfQC+0dnIEcvNYsbZl/VLh7D2P1HhFF4vicRKHhHFIUV3Shpg4kXgiek5PLhmeKSIPiUB25IYH5RIneclL4A==","signatures":[{"sig":"MEYCIQDNiaaA/CdQ2AS1i5157Y25oAiueD6TzxZ7vnqyzEu7NgIhAKIxt3KFJe93h0/n9uxBeLmIMuwqB//AJNOTEFgrIR2h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.43.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121361},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"7633caee19a7f04c5cc5e191d1ae7745ac3739f1","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","precompile":"tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-amqplib --include-dependencies","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.4","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.54.0","@opentelemetry/semantic-conventions":"^1.27.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","typescript":"4.4.4","@types/node":"18.18.14","@types/mocha":"8.2.3","@types/sinon":"10.0.20","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.42.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.43.0_1729866882445_0.6037580076612106","host":"s3://npm-registry-packages"}},"0.44.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.44.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.44.0","maintainers":[{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"},{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"b98a337d867404eb0e6967e262978d3a1be4e71c","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.44.0.tgz","fileCount":18,"integrity":"sha512-n2nn2jD1zWeKQOfmDTMXmypHJ2DmyTGZADOYLxRlYNDOv69lTPLZYaxVIUEdnCvioLSuVnB8zPzy077gEKcCaQ==","signatures":[{"sig":"MEUCIQDLpnL0TCjq3yQJ5lOcFx5aw2rj/QGVmBzjiqdr+uEENgIgYKybVgjBXfPMsJaiZym7GDj42/vv7GFr0uS1u4w9fm4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.44.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121228},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"d0fb13557fac651424b095b0a48a5116407875b1","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.4+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.4","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.55.0","@opentelemetry/semantic-conventions":"^1.27.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","typescript":"4.4.4","@types/node":"18.18.14","@types/mocha":"8.2.3","@types/sinon":"10.0.20","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.43.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.44.0_1731948989229_0.13492211784832553","host":"s3://npm-registry-packages"}},"0.45.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.45.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.45.0","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"},{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"747d72e38ff89266670e730ead90b85b6edc62d3","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.45.0.tgz","fileCount":18,"integrity":"sha512-SlKLsOS65NGMIBG1Lh/hLrMDU9WzTUF25apnV6ZmWZB1bBmUwan7qrwwrTu1cL5LzJWCXOdZPuTaxP7pC9qxnQ==","signatures":[{"sig":"MEQCIAfQ1NbZOEr95WcWCGvS1Sd7DzscUeytx1isKc83uG8cAiATXvNJO4+FAB5lCvrRdOAAfYCh1iOLxX9yoZ2CXgaDvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.45.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121228},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"e3c9150445e13c5aa4c2c4d981bb2193e0076e50","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.56.0","@opentelemetry/semantic-conventions":"^1.27.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","typescript":"4.4.4","@types/node":"18.18.14","@types/mocha":"8.2.3","@types/sinon":"10.0.20","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.44.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.45.0_1733384288241_0.43089849024237736","host":"s3://npm-registry-packages"}},"0.46.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.46.0","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.46.0","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"},{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"8b0c61213034780a79c16216c62eee0ce1457ddf","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.46.0.tgz","fileCount":18,"integrity":"sha512-04VHHV1KIN/c1wLWwzmLI02d/welgscBJ4BuDqrHaxd+ZIdlVXK9UYQsYf3JwSeF52z/4YoSzr8bfdVBSWoMAg==","signatures":[{"sig":"MEUCIQDlUw8bhyy1ZWgWjijvdUtQ59JctoKtfItEX/jRoPQxTwIgIsL+s1U7micxFJ44Wc//b7UjV5nav7Ti9CgHqp9fMpg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.46.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121228},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"3ef5205e5353010184c69ff7b9f0f4830f0932de","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.5+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.5","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.57.0","@opentelemetry/semantic-conventions":"^1.27.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","typescript":"4.4.4","@types/node":"18.18.14","@types/mocha":"8.2.3","@types/sinon":"10.0.20","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.45.0"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.46.0_1734524698170_0.7848642267804029","host":"s3://npm-registry-packages-npm-production"}},"0.46.1":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.46.1","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","_id":"@opentelemetry/instrumentation-amqplib@0.46.1","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"},{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"}],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"dist":{"shasum":"7101678488d0e942162ca85c9ac6e93e1f3e0008","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.46.1.tgz","fileCount":18,"integrity":"sha512-AyXVnlCf/xV3K/rNumzKxZqsULyITJH6OVLiW6730JPRqWA7Zc9bvYoVNpN6iOpTU8CasH34SU/ksVJmObFibQ==","signatures":[{"sig":"MEYCIQD6EqUgm6gvxkIPXUiDFu1Pm+ZEBqe3O39F5L3gfjaQEQIhAJmSPWVY7teat0O5kAdDWtI50sJ8kfhIBtLbdFvLVXM8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.46.1","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"unpackedSize":121228},"main":"build/src/index.js","types":"build/src/index.d.ts","engines":{"node":">=14"},"gitHead":"1eb77007669bae87fe5664d68ba6533b95275d52","scripts":{"tdd":"npm run test -- --watch-extensions ts --watch","lint":"eslint . --ext .ts","test":"nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","clean":"rimraf build/*","watch":"tsc -w","compile":"tsc -p .","lint:fix":"eslint . --ext .ts --fix","prewatch":"npm run precompile","lint:readme":"node ../../../scripts/lint-readme.js","prepublishOnly":"npm run compile","version:update":"node ../../../scripts/version-update.js","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3","test-all-versions":"tav"},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"repository":{"url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git","type":"git"},"_npmVersion":"lerna/6.6.2/node@v18.20.6+x64 (linux)","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","directories":{},"_nodeVersion":"18.20.6","dependencies":{"@opentelemetry/core":"^1.8.0","@opentelemetry/instrumentation":"^0.57.1","@opentelemetry/semantic-conventions":"^1.27.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"15.1.0","sinon":"15.2.0","expect":"29.2.0","lodash":"4.17.21","amqplib":"0.8.0","typescript":"4.4.4","@types/node":"18.18.14","@types/mocha":"8.2.3","@types/sinon":"10.0.20","@types/lodash":"4.14.199","@types/amqplib":"^0.5.17","test-all-versions":"6.1.0","@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.45.1"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"_npmOperationalInternal":{"tmp":"tmp/instrumentation-amqplib_0.46.1_1739984916349_0.08353609768062054","host":"s3://npm-registry-packages-npm-production"}},"0.47.0":{"name":"@opentelemetry/instrumentation-amqplib","version":"0.47.0","description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","license":"Apache-2.0","author":{"name":"OpenTelemetry Authors"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"main":"build/src/index.js","types":"build/src/index.d.ts","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"scripts":{"clean":"rimraf build/*","compile":"tsc -p .","lint":"eslint . --ext .ts","lint:fix":"eslint . --ext .ts --fix","lint:readme":"node ../../../scripts/lint-readme.js","prewatch":"npm run precompile","prepublishOnly":"npm run compile","tdd":"npm run test -- --watch-extensions ts --watch","test":"nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/*.test.ts'","test-all-versions":"tav","version:update":"node ../../../scripts/version-update.js","watch":"tsc -w","test:docker:run":"docker run -d --hostname demo-amqplib-rabbit --name amqplib-unittests -p 22221:5672 --env RABBITMQ_DEFAULT_USER=username --env RABBITMQ_DEFAULT_PASS=password rabbitmq:3"},"peerDependencies":{"@opentelemetry/api":"^1.3.0"},"dependencies":{"@opentelemetry/core":"^2.0.0","@opentelemetry/instrumentation":"^0.200.0","@opentelemetry/semantic-conventions":"^1.27.0"},"devDependencies":{"@opentelemetry/api":"^1.3.0","@opentelemetry/contrib-test-utils":"^0.46.0","@types/amqplib":"^0.5.17","@types/lodash":"4.14.199","@types/mocha":"10.0.10","@types/node":"18.18.14","@types/sinon":"17.0.4","amqplib":"0.8.0","expect":"29.2.0","lodash":"4.17.21","nyc":"15.1.0","sinon":"15.2.0","test-all-versions":"6.1.0","typescript":"5.0.4"},"engines":{"node":"^18.19.0 || >=20.6.0"},"gitHead":"32abc4c3c01d0e78e10022c74b6805b06e0e1fe7","_id":"@opentelemetry/instrumentation-amqplib@0.47.0","_nodeVersion":"18.20.7","_npmVersion":"lerna/6.6.2/node@v18.20.7+x64 (linux)","dist":{"integrity":"sha512-bQboBxolOVDcD4l5QAwqKYpJVKQ8BW82+8tiD5uheu0hDuYgdmDziSAByc8yKS7xpkJw4AYocVP7JwSpQ1hgjg==","shasum":"10aa63a2d0d3d791049e81aacbc71a24746016ad","tarball":"https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.47.0.tgz","fileCount":18,"unpackedSize":120442,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@opentelemetry%2finstrumentation-amqplib@0.47.0","provenance":{"predicateType":"https://slsa.dev/provenance/v0.2"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCerYIfgCK+m8D7PQOopM45uxd0lywpi0jzq1yPfGfPwAIhAKb9RRr49HK6QmxGadJUh/l8w0I+UCsEV6uABERvaHep"}]},"_npmUser":{"name":"dyladan","email":"dyladan@gmail.com"},"directories":{},"maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"},{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/instrumentation-amqplib_0.47.0_1742307507854_0.7042794208264775"},"_hasShrinkwrap":false}},"time":{"created":"2022-03-15T12:40:05.645Z","modified":"2025-03-18T14:18:28.590Z","0.28.0":"2022-03-15T12:40:05.816Z","0.29.0":"2022-05-24T15:42:31.248Z","0.30.0":"2022-06-15T18:29:58.038Z","0.31.0":"2022-09-02T17:47:40.797Z","0.32.0":"2022-11-18T16:38:46.330Z","0.32.1":"2023-02-07T23:13:02.988Z","0.32.2":"2023-02-14T15:27:09.041Z","0.32.3":"2023-04-25T15:41:29.444Z","0.32.4":"2023-05-16T13:44:06.205Z","0.32.5":"2023-06-12T19:51:17.952Z","0.33.0":"2023-07-12T16:11:25.113Z","0.33.1":"2023-08-14T21:07:08.220Z","0.33.2":"2023-10-11T08:13:46.647Z","0.33.3":"2023-11-13T15:57:38.927Z","0.33.4":"2023-11-22T09:33:06.653Z","0.33.5":"2024-01-04T22:15:31.778Z","0.34.0":"2024-01-29T09:20:43.055Z","0.35.0":"2024-03-06T11:02:11.386Z","0.36.0":"2024-04-03T16:55:23.618Z","0.37.0":"2024-04-25T19:02:09.243Z","0.38.0":"2024-06-06T07:53:20.021Z","0.39.0":"2024-07-04T07:41:06.930Z","0.40.0":"2024-07-29T14:36:51.859Z","0.41.0":"2024-08-05T12:05:19.360Z","0.42.0":"2024-09-02T13:11:04.984Z","0.43.0":"2024-10-25T14:34:42.807Z","0.44.0":"2024-11-18T16:56:29.429Z","0.45.0":"2024-12-05T07:38:08.414Z","0.46.0":"2024-12-18T12:24:58.345Z","0.46.1":"2025-02-19T17:08:36.613Z","0.47.0":"2025-03-18T14:18:28.066Z"},"bugs":{"url":"https://github.com/open-telemetry/opentelemetry-js-contrib/issues"},"author":{"name":"OpenTelemetry Authors"},"license":"Apache-2.0","homepage":"https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib#readme","keywords":["amqplib","opentelemetry","rabbitmq","AMQP 0-9-1"],"repository":{"type":"git","url":"git+https://github.com/open-telemetry/opentelemetry-js-contrib.git"},"description":"OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ","maintainers":[{"name":"bogdandrutu","email":"bogdandrutu@gmail.com"},{"name":"dyladan","email":"dyladan@gmail.com"},{"name":"pichlermarc","email":"marc.pichler@dynatrace.com"}],"readme":"# OpenTelemetry Amqplib (RabbitMQ) Instrumentation for Node.js\n\n[![NPM Published Version][npm-img]][npm-url]\n[![Apache License][license-image]][license-image]\n\nThis module provides automatic instrumentation for the [`amqplib`](https://www.npmjs.com/package/amqplib) (RabbitMQ) module, which may be loaded using the [`@opentelemetry/sdk-trace-node`](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node) package and is included in the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle.\n\nIf total installation size is not constrained, it is recommended to use the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle with [@opentelemetry/sdk-node](`https://www.npmjs.com/package/@opentelemetry/sdk-node`) for the most seamless instrumentation experience.\n\nCompatible with OpenTelemetry JS API and SDK `1.0+`.\n\n## Installation\n\n```bash\nnpm install --save @opentelemetry/instrumentation-amqplib\n```\n\n## Supported Versions\n\n- [`amqplib`](https://www.npmjs.com/package/amqplib) versions `>=0.5.5 <1`\n\n## Usage\n\nOpenTelemetry amqplib Instrumentation allows the user to automatically collect trace data and export them to the backend of choice, to give observability to distributed systems when working with [`amqplib`](https://github.com/amqp-node/amqplib) (RabbitMQ).\n\nTo load a specific plugin, specify it in the registerInstrumentations's configuration:\n\n```js\nconst { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');\nconst { AmqplibInstrumentation } = require('@opentelemetry/instrumentation-amqplib');\nconst { registerInstrumentations } = require('@opentelemetry/instrumentation');\n\nconst provider = new NodeTracerProvider();\nprovider.register();\n\nregisterInstrumentations({\n instrumentations: [\n new AmqplibInstrumentation({\n // publishHook: (span: Span, publishInfo: PublishInfo) => { },\n // publishConfirmHook: (span: Span, publishConfirmedInto: PublishConfirmedInfo) => { },\n // consumeHook: (span: Span, consumeInfo: ConsumeInfo) => { },\n // consumeEndHook: (span: Span, consumeEndInfo: ConsumeEndInfo) => { },\n // useLinksForConsume: boolean,\n }),\n ],\n})\n```\n\n### amqplib Instrumentation Options\n\namqplib instrumentation has few options available to choose from. You can set the following:\n\n| Options | Type | Description |\n| -------------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------- |\n| `publishHook` | `AmqplibPublishCustomAttributeFunction` | hook for adding custom attributes before publish message is sent. |\n| `publishConfirmHook` | `AmqplibPublishConfirmCustomAttributeFunction` | hook for adding custom attributes after publish message is confirmed by the broker. |\n| `consumeHook` | `AmqplibConsumeCustomAttributeFunction` | hook for adding custom attributes before consumer message is processed. |\n| `consumeEndHook` | `AmqplibConsumeEndCustomAttributeFunction` | hook for adding custom attributes after consumer message is acked to server. |\n| `consumeTimeoutMs` | `number` | read [Consume Timeout](#consume-timeout) below |\n| `useLinksForConsume` | `boolean` | read [Links for Consume](#links-for-consume) below |\n\n### Consume Timeout\n\nWhen user is setting up consume callback, it is user's responsibility to call ack/nack etc on the msg to resolve it in the server. If user is not calling the ack, the message will stay in the queue until channel is closed, or until server timeout expires (if configured).\n\nWhile we wait for the ack, a reference to the message is stored in plugin, which\nwill never be garbage collected.\nTo prevent memory leak, plugin has it's own configuration of timeout, which will close the span if user did not call ack after this timeout.\n\nIf timeout is not big enough, span might be closed with 'InstrumentationTimeout', and then received valid ack from the user later which will not be instrumented.\n\nDefault is 1 minute\n\n### Links for Consume\n\nBy default, consume spans continue the trace where a message was produced. However, per the [spec](https://opentelemetry.io/docs/specs/semconv/messaging/messaging-spans/#consumer-spans), consume spans should be linked to the message's creation context. Setting to true, this will enable the behavior to follow the spec.\n\nDefault is false\n\n## Running Tests Locally\n\nTo run the tests locally, you need to have a RabbitMQ server running. You can use the following command to start a RabbitMQ server using Docker:\n\n```bash\nnpm run test:docker:run\n```\n\nBy default, the tests that connect to RabbitMQ are skipped. To make sure these tests are run, you can set the `RUN_RABBIT_TESTS` environment variable to `true`\n\n## Semantic Conventions\n\nThis package uses `@opentelemetry/semantic-conventions` version `1.22+`, which implements Semantic Convention [Version 1.7.0](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7.0/semantic_conventions/README.md)\n\nAttributes collected:\n\n| Attribute | Short Description |\n| -------------------------------- | ---------------------------------------------------------------------- |\n| `messaging.destination` | The message destination name. |\n| `messaging.destination_kind` | The kind of message destination. |\n| `messaging.rabbitmq.routing_key` | RabbitMQ message routing key. |\n| `messaging.operation` | A string identifying the kind of message consumption. |\n| `messaging.message_id` | A value used by the messaging system as an identifier for the message. |\n| `messaging.conversation_id` | The ID identifying the conversation to which the message belongs. |\n| `messaging.protocol` | The name of the transport protocol. |\n| `messaging.protocol_version` | The version of the transport protocol. |\n| `messaging.system` | A string identifying the messaging system. |\n| `messaging.url` | The connection string. |\n| `net.peer.name` | Remote hostname or similar. |\n| `net.peer.port` | Remote port number. |\n\n## Useful links\n\n- For more information on OpenTelemetry, visit: \n- For more about OpenTelemetry JavaScript: \n- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]\n\n## License\n\nApache 2.0 - See [LICENSE][license-url] for more information.\n\n[discussions-url]: https://github.com/open-telemetry/opentelemetry-js/discussions\n[license-url]: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/LICENSE\n[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat\n[npm-url]: https://www.npmjs.com/package/@opentelemetry/instrumentation-amqplib\n[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Finstrumentation-amqplib.svg\n","readmeFilename":"README.md"}