opentelemetry-instrumentation-elasticsearch
Advanced tools
Comparing version 0.27.1 to 0.28.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.28.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.27.1...opentelemetry-instrumentation-elasticsearch@0.28.0) (2022-06-02) | ||
### Features | ||
* support core experimental versions ^0.28.0 ([#228](https://github.com/aspecto-io/opentelemetry-ext-js/issues/228)) ([6eaec0e](https://github.com/aspecto-io/opentelemetry-ext-js/commit/6eaec0e6509edf066c6feb63504d4e9dd309c5ae)) | ||
## [0.27.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.27.0...opentelemetry-instrumentation-elasticsearch@0.27.1) (2022-04-13) | ||
@@ -8,0 +19,0 @@ |
@@ -21,3 +21,3 @@ "use strict"; | ||
init() { | ||
const apiModuleFiles = helpers_1.ELASTICSEARCH_API_FILES.map(({ path, operationClassName }) => new instrumentation_1.InstrumentationNodeModuleFile(`@elastic/elasticsearch/api/${path}`, ['*'], this.patch.bind(this, operationClassName), this.unpatch.bind(this))); | ||
const apiModuleFiles = helpers_1.ELASTICSEARCH_API_FILES.map(({ path, operationClassName }) => new instrumentation_1.InstrumentationNodeModuleFile(`@elastic/elasticsearch/api/${path}`, ['>=5 <8'], this.patch.bind(this, operationClassName), this.unpatch.bind(this))); | ||
const module = new instrumentation_1.InstrumentationNodeModuleDefinition(ElasticsearchInstrumentation.component, ['*'], undefined, undefined, apiModuleFiles); | ||
@@ -24,0 +24,0 @@ return module; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.27.1"; | ||
export declare const VERSION = "0.28.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.27.1'; | ||
exports.VERSION = '0.28.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-elasticsearch", | ||
"version": "0.27.1", | ||
"version": "0.28.0", | ||
"description": "open telemetry instrumentation for the `elasticsearch` module", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"build": "tsc", | ||
"prepare": "yarn run build", | ||
"prepare": "yarn build", | ||
"watch": "tsc -w", | ||
@@ -46,7 +46,7 @@ "version:update": "node ../../scripts/version-update.js", | ||
"peerDependencies": { | ||
"@opentelemetry/api": "^1.0.1" | ||
"@opentelemetry/api": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/core": "^1.0.0", | ||
"@opentelemetry/instrumentation": "^0.27.0", | ||
"@opentelemetry/instrumentation": "^0.28.0", | ||
"@opentelemetry/semantic-conventions": "^1.0.0" | ||
@@ -56,4 +56,4 @@ }, | ||
"@elastic/elasticsearch": "^7.8.0", | ||
"@opentelemetry/api": "^1.0.2", | ||
"@opentelemetry/contrib-test-utils": "^0.28.0", | ||
"@opentelemetry/api": "^1.0.0", | ||
"@opentelemetry/contrib-test-utils": "^0.30.0", | ||
"@types/chai": "^4.2.15", | ||
@@ -81,3 +81,3 @@ "@types/mocha": "^8.2.2", | ||
}, | ||
"gitHead": "e473527226dc901fc0006df49f729b9137b7323b" | ||
"gitHead": "4b2ef8358671e75cda095ea22c9a73527f146395" | ||
} |
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
96541
+ Added@opentelemetry/api-metrics@0.28.0(transitive)
+ Added@opentelemetry/instrumentation@0.28.0(transitive)
- Removed@opentelemetry/api-metrics@0.27.0(transitive)
- Removed@opentelemetry/instrumentation@0.27.0(transitive)