opentelemetry-instrumentation-elasticsearch
Advanced tools
Comparing version 0.0.0-2022-04-13--14-32 to 0.0.0-2022-07-11--08-09
@@ -6,2 +6,32 @@ # Change Log | ||
# [0.29.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.28.0...opentelemetry-instrumentation-elasticsearch@0.29.0) (2022-06-28) | ||
### Features | ||
* support core experimental version 0.29.0 ([#234](https://github.com/aspecto-io/opentelemetry-ext-js/issues/234)) ([a1b0d74](https://github.com/aspecto-io/opentelemetry-ext-js/commit/a1b0d74f2ad10fe00f7d46ff1108db2724297261)) | ||
# [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) | ||
**Note:** Version bump only for package opentelemetry-instrumentation-elasticsearch | ||
# [0.27.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.26.1...opentelemetry-instrumentation-elasticsearch@0.27.0) (2021-12-27) | ||
@@ -8,0 +38,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.0.0-2022-04-13--14-32"; | ||
export declare const VERSION = "0.0.0-2022-07-11--08-09"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.0.0-2022-04-13--14-32'; | ||
exports.VERSION = '0.0.0-2022-07-11--08-09'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-elasticsearch", | ||
"version": "0.0.0-2022-04-13--14-32", | ||
"version": "0.0.0-2022-07-11--08-09", | ||
"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.29.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.31.0", | ||
"@types/chai": "^4.2.15", | ||
@@ -81,3 +81,3 @@ "@types/mocha": "^8.2.2", | ||
}, | ||
"gitHead": "2e8247578b4b9efe980868177abdd2e793ea18ee" | ||
"gitHead": "d4b1388181deeeaa3ad626524493f9e85222d13a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
97047
+ Added@opentelemetry/api-metrics@0.29.2(transitive)
+ Added@opentelemetry/instrumentation@0.29.2(transitive)
- Removed@opentelemetry/api-metrics@0.27.0(transitive)
- Removed@opentelemetry/instrumentation@0.27.0(transitive)