@opentelemetry/instrumentation-restify
Advanced tools
Comparing version 0.29.0 to 0.30.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.29.0"; | ||
export declare const VERSION = "0.30.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.29.0'; | ||
exports.VERSION = '0.30.0'; | ||
//# sourceMappingURL=version.js.map |
# Changelog | ||
## [0.30.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-restify-v0.29.0...instrumentation-restify-v0.30.0) (2022-09-02) | ||
### Features | ||
* update experimental Otel deps to ^0.31.0 ([#1096](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1096)) ([4c8843b](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/4c8843be14896d1159a622c07eb3a049401ccba1)) | ||
* update experimental Otel deps to ^0.32.0 ([#1143](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1143)) ([6fb1911](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/6fb191139aed2ca763300dcf9adb51121a88f97e)) | ||
## [0.29.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-restify-v0.28.0...instrumentation-restify-v0.29.0) (2022-06-08) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@opentelemetry/instrumentation-restify", | ||
"version": "0.29.0", | ||
"version": "0.30.0", | ||
"description": "OpenTelemetry restify automatic instrumentation package", | ||
@@ -59,3 +59,3 @@ "main": "build/src/index.js", | ||
"rimraf": "3.0.2", | ||
"ts-mocha": "8.0.0", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.3.5" | ||
@@ -65,3 +65,3 @@ }, | ||
"@opentelemetry/core": "^1.0.0", | ||
"@opentelemetry/instrumentation": "^0.29.2", | ||
"@opentelemetry/instrumentation": "^0.32.0", | ||
"@opentelemetry/semantic-conventions": "^1.0.0", | ||
@@ -71,3 +71,3 @@ "@types/restify": "4.3.8" | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-restify#readme", | ||
"gitHead": "9633cf49c4099e97dd2a285d0399455e17a593e3" | ||
"gitHead": "4a9442ceea7f8555ad6e5f731f92834f3398d5b9" | ||
} |
@@ -6,6 +6,5 @@ # OpenTelemetry Restify Instrumentation for Node.js | ||
This module provides automatic instrumentation for [`restify`](https://github.com/restify/node-restify) and allows the user to automatically collect trace data and export them to their backend of choice. | ||
This module provides automatic instrumentation for the [`restify`](https://github.com/restify/node-restify) 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. It allows the user to automatically collect trace data and export them to their backend of choice. | ||
For automatic instrumentation see the | ||
[@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node) package. | ||
If 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. | ||
@@ -12,0 +11,0 @@ Compatible with OpenTelemetry JS API and SDK `1.0+`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43340
59
+ Added@opentelemetry/api-metrics@0.32.0(transitive)
+ Added@opentelemetry/instrumentation@0.32.0(transitive)
- Removed@opentelemetry/api-metrics@0.29.2(transitive)
- Removed@opentelemetry/instrumentation@0.29.2(transitive)