opentelemetry-instrumentation-elasticsearch
Advanced tools
Comparing version 0.0.0-2021-06-14--13-06 to 0.0.0-2021-06-17--13-11
@@ -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.0.0-2021-06-14--13-06"; | ||
export declare const VERSION = "0.0.0-2021-06-17--13-11"; | ||
//# 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-2021-06-14--13-06'; | ||
exports.VERSION = '0.0.0-2021-06-17--13-11'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-elasticsearch", | ||
"version": "0.0.0-2021-06-14--13-06", | ||
"version": "0.0.0-2021-06-17--13-11", | ||
"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.0.0-2021-06-14--13-06", | ||
"opentelemetry-instrumentation-testing-utils": "^0.0.0-2021-06-17--13-11", | ||
"sinon": "^9.2.4", | ||
@@ -75,3 +75,3 @@ "test-all-versions": "^5.0.1", | ||
}, | ||
"gitHead": "7c1bec0d45e4e1729da931048881068dd80a4b90" | ||
"gitHead": "394b69f3cbe81fb9c51c6571e782f08126d97735" | ||
} |
Sorry, the diff of this file is not supported yet
92080