opentelemetry-instrumentation-elasticsearch
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.5.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.5.0...opentelemetry-instrumentation-elasticsearch@0.5.1) (2021-06-16) | ||
### Features | ||
* add sync resource detector api and service and deployment detectors ([#129](https://github.com/aspecto-io/opentelemetry-ext-js/issues/129)) ([17d63f8](https://github.com/aspecto-io/opentelemetry-ext-js/commit/17d63f87e8103fecd9f6f906eed9931e2f5a4aaa)) | ||
# [0.5.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.4.4...opentelemetry-instrumentation-elasticsearch@0.5.0) (2021-06-09) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.5.0"; | ||
export declare const VERSION = "0.5.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.5.0'; | ||
exports.VERSION = '0.5.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-elasticsearch", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "open telemetry instrumentation for the `elasticsearch` module", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"opentelemetry-instrumentation-mocha": "^0.0.1-rc.1", | ||
"opentelemetry-instrumentation-testing-utils": "^0.5.0", | ||
"opentelemetry-instrumentation-testing-utils": "^0.5.1", | ||
"sinon": "^9.2.4", | ||
@@ -75,3 +75,3 @@ "test-all-versions": "^5.0.1", | ||
}, | ||
"gitHead": "5d2d40dae3dde329743437740a7987ac53e7814d" | ||
"gitHead": "5922581fbe66f3590eeabc9e1983e33fc1ab3021" | ||
} |
Sorry, the diff of this file is not supported yet
91988