@opentelemetry/instrumentation-kafkajs
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -1,2 +0,1 @@ | ||
import type * as kafkaJs from 'kafkajs'; | ||
import { KafkaJsInstrumentationConfig } from './types'; | ||
@@ -7,3 +6,3 @@ import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation'; | ||
constructor(config?: KafkaJsInstrumentationConfig); | ||
protected init(): InstrumentationNodeModuleDefinition<typeof kafkaJs>; | ||
protected init(): InstrumentationNodeModuleDefinition; | ||
private _getConsumerPatch; | ||
@@ -10,0 +9,0 @@ private _getProducerPatch; |
@@ -26,3 +26,3 @@ "use strict"; | ||
constructor(config = {}) { | ||
super('@opentelemetry/instrumentation-kafkajs', version_1.VERSION, config); | ||
super(version_1.PACKAGE_NAME, version_1.PACKAGE_VERSION, config); | ||
} | ||
@@ -29,0 +29,0 @@ init() { |
@@ -1,2 +0,3 @@ | ||
export declare const VERSION = "0.0.1"; | ||
export declare const PACKAGE_VERSION = "0.1.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-kafkajs"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -18,5 +18,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.0.1'; | ||
exports.PACKAGE_VERSION = '0.1.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-kafkajs'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-kafkajs", | ||
"version": "0.0.1", | ||
"description": "OpenTelemetry automatic instrumentation package for kafkajs", | ||
"version": "0.1.0", | ||
"description": "OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka", | ||
"main": "build/src/index.js", | ||
@@ -46,3 +46,3 @@ "types": "build/src/index.d.ts", | ||
"@opentelemetry/api": "^1.3.0", | ||
"@opentelemetry/contrib-test-utils": "^0.38.0", | ||
"@opentelemetry/contrib-test-utils": "^0.40.0", | ||
"@opentelemetry/sdk-trace-base": "^1.24.0", | ||
@@ -61,7 +61,7 @@ "@types/mocha": "7.0.2", | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.51.0", | ||
"@opentelemetry/instrumentation": "^0.52.0", | ||
"@opentelemetry/semantic-conventions": "^1.24.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-kafkajs#readme", | ||
"gitHead": "b41797b2b8a11a7db4d3ec13c2452d824f45f82d" | ||
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020" | ||
} |
Sorry, the diff of this file is not supported yet
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
60091
352
+ Added@opentelemetry/api-logs@0.52.1(transitive)
+ Added@opentelemetry/instrumentation@0.52.1(transitive)
+ Addedimport-in-the-middle@1.12.0(transitive)
- Removed@opentelemetry/api-logs@0.51.1(transitive)
- Removed@opentelemetry/instrumentation@0.51.1(transitive)
- Removedimport-in-the-middle@1.7.4(transitive)