@opentelemetry/instrumentation-generic-pool
Advanced tools
Comparing version 0.27.1 to 0.27.2
@@ -1,6 +0,6 @@ | ||
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation'; | ||
import { InstrumentationBase, InstrumentationConfig, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation'; | ||
import type * as genericPool from 'generic-pool'; | ||
export default class Instrumentation extends InstrumentationBase<typeof genericPool> { | ||
private _isDisabled; | ||
constructor(); | ||
constructor(config?: InstrumentationConfig); | ||
init(): (InstrumentationNodeModuleDefinition<typeof genericPool> | InstrumentationNodeModuleDefinition<any>)[]; | ||
@@ -7,0 +7,0 @@ private _acquirePatcher; |
@@ -23,3 +23,3 @@ "use strict"; | ||
class Instrumentation extends instrumentation_1.InstrumentationBase { | ||
constructor() { | ||
constructor(config = {}) { | ||
super(`@opentelemetry/instrumentation-${MODULE_NAME}`, version_1.VERSION); | ||
@@ -26,0 +26,0 @@ // only used for v2 - v2.3) |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.27.1"; | ||
export declare const VERSION = "0.27.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.27.1'; | ||
exports.VERSION = '0.27.2'; | ||
//# sourceMappingURL=version.js.map |
# Changelog | ||
### [0.27.2](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-generic-pool-v0.27.1...instrumentation-generic-pool-v0.27.2) (2022-02-06) | ||
### Bug Fixes | ||
* **auto-instrumentations-node:** add more instrumentations ([#865](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/865)) ([6ba387a](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/6ba387ab45d0f67fdfac85c43bb0f0f67f2a119b)) | ||
### [0.27.1](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-generic-pool-v0.27.0...instrumentation-generic-pool-v0.27.1) (2022-01-24) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@opentelemetry/instrumentation-generic-pool", | ||
"version": "0.27.1", | ||
"version": "0.27.2", | ||
"description": "OpenTelemetry Generic Pool automatic instrumentation package", | ||
@@ -54,3 +54,3 @@ "main": "build/src/index.js", | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "14.17.9", | ||
"@types/node": "16.11.21", | ||
"@types/semver": "7.3.8", | ||
@@ -72,3 +72,3 @@ "codecov": "3.8.3", | ||
}, | ||
"gitHead": "edfc04cbe3e7faaa365724ddc26bf702b68cc008" | ||
"gitHead": "ecd0307e98c4d4ecd2a111764bd77371a1390653" | ||
} |
Sorry, the diff of this file is not supported yet
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
31332