@opentelemetry/instrumentation-pg
Advanced tools
Comparing version 0.38.0 to 0.39.0
@@ -30,3 +30,7 @@ import { Span, Tracer } from '@opentelemetry/api'; | ||
export declare function getSemanticAttributesFromConnection(params: PgParsedConnectionParams): { | ||
[x: string]: string | number | undefined; | ||
"db.name": string | undefined; | ||
"db.connection_string": string; | ||
"net.peer.name": string | undefined; | ||
"net.peer.port": number | undefined; | ||
"db.user": string | undefined; | ||
}; | ||
@@ -33,0 +37,0 @@ export declare function shouldSkipInstrumentation(instrumentationConfig: PgInstrumentationConfig): boolean; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.38.0"; | ||
export declare const VERSION = "0.39.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.38.0'; | ||
exports.VERSION = '0.39.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-pg", | ||
"version": "0.38.0", | ||
"version": "0.39.0", | ||
"description": "OpenTelemetry postgres automatic instrumentation package.", | ||
@@ -55,3 +55,3 @@ "main": "build/src/index.js", | ||
"@opentelemetry/context-async-hooks": "^1.8.0", | ||
"@opentelemetry/contrib-test-utils": "^0.36.0", | ||
"@opentelemetry/contrib-test-utils": "^0.37.0", | ||
"@opentelemetry/sdk-trace-base": "^1.8.0", | ||
@@ -75,3 +75,3 @@ "@opentelemetry/sdk-trace-node": "^1.8.0", | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.48.0", | ||
"@opentelemetry/instrumentation": "^0.49.1", | ||
"@opentelemetry/semantic-conventions": "^1.0.0", | ||
@@ -83,3 +83,3 @@ "@opentelemetry/sql-common": "^0.40.0", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg#readme", | ||
"gitHead": "32204a362d9dffd4cd69a1300e1f7d245df9df52" | ||
"gitHead": "fcea8ca0c83cb1dcd8ac736e5ea4d22ff20dc982" | ||
} |
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
101270
772
4
+ Added@opentelemetry/api-logs@0.49.1(transitive)
+ Added@opentelemetry/instrumentation@0.49.1(transitive)
- Removed@opentelemetry/instrumentation@0.48.0(transitive)