@opentelemetry/instrumentation-mongodb
Advanced tools
Comparing version 0.32.1 to 0.32.2
export * from './instrumentation'; | ||
export { MongoDBInstrumentationConfig, MongoDBInstrumentationExecutionResponseHook, MongoResponseHookInformation, } from './types'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -29,2 +29,3 @@ "use strict"; | ||
__exportStar(require("./instrumentation"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -359,4 +359,4 @@ "use strict"; | ||
span.setAttributes({ | ||
[semantic_conventions_1.SemanticAttributes.NET_HOST_NAME]: host, | ||
[semantic_conventions_1.SemanticAttributes.NET_HOST_PORT]: port, | ||
[semantic_conventions_1.SemanticAttributes.NET_PEER_NAME]: host, | ||
[semantic_conventions_1.SemanticAttributes.NET_PEER_PORT]: port, | ||
}); | ||
@@ -363,0 +363,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.32.1"; | ||
export declare const VERSION = "0.32.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.32.1'; | ||
exports.VERSION = '0.32.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-mongodb", | ||
"version": "0.32.1", | ||
"version": "0.32.2", | ||
"description": "OpenTelemetry mongodb automatic instrumentation package.", | ||
@@ -60,3 +60,3 @@ "main": "build/src/index.js", | ||
"@types/mongodb": "3.6.20", | ||
"@types/node": "16.11.21", | ||
"@types/node": "18.11.7", | ||
"gts": "3.1.0", | ||
@@ -76,3 +76,3 @@ "mocha": "7.2.0", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb#readme", | ||
"gitHead": "35226602b92a7587f16a1eb959e4f3b3948f6e9d" | ||
"gitHead": "bd79bd04cba3f16658caf37d9a5c65e5bd5980f6" | ||
} |
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
713
64678