Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-http

Package Overview
Dependencies
Maintainers
2
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-http - npm Package Compare versions

Comparing version 0.37.0 to 0.38.0

4

build/src/http.js

@@ -42,3 +42,3 @@ "use strict";

this._httpServerDurationHistogram = this.meter.createHistogram('http.server.duration', {
description: 'measures the duration of the inbound HTTP requests',
description: 'Measures the duration of inbound HTTP requests.',
unit: 'ms',

@@ -48,3 +48,3 @@ valueType: api_1.ValueType.DOUBLE,

this._httpClientDurationHistogram = this.meter.createHistogram('http.client.duration', {
description: 'measures the duration of the outbound HTTP requests',
description: 'Measures the duration of outbound HTTP requests.',
unit: 'ms',

@@ -51,0 +51,0 @@ valueType: api_1.ValueType.DOUBLE,

@@ -1,2 +0,2 @@

export declare const VERSION = "0.37.0";
export declare const VERSION = "0.38.0";
//# sourceMappingURL=version.d.ts.map

@@ -20,3 +20,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.37.0';
exports.VERSION = '0.38.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-http",
"version": "0.37.0",
"version": "0.38.0",
"description": "OpenTelemetry http/https automatic instrumentation package.",

@@ -49,6 +49,6 @@ "main": "build/src/index.js",

"@opentelemetry/api": "1.4.1",
"@opentelemetry/context-async-hooks": "1.11.0",
"@opentelemetry/sdk-metrics": "1.11.0",
"@opentelemetry/sdk-trace-base": "1.11.0",
"@opentelemetry/sdk-trace-node": "1.11.0",
"@opentelemetry/context-async-hooks": "1.12.0",
"@opentelemetry/sdk-metrics": "1.12.0",
"@opentelemetry/sdk-trace-base": "1.12.0",
"@opentelemetry/sdk-trace-node": "1.12.0",
"@types/mocha": "10.0.0",

@@ -77,5 +77,5 @@ "@types/node": "18.6.5",

"dependencies": {
"@opentelemetry/core": "1.11.0",
"@opentelemetry/instrumentation": "0.37.0",
"@opentelemetry/semantic-conventions": "1.11.0",
"@opentelemetry/core": "1.12.0",
"@opentelemetry/instrumentation": "0.38.0",
"@opentelemetry/semantic-conventions": "1.12.0",
"semver": "^7.3.5"

@@ -85,3 +85,3 @@ },

"sideEffects": false,
"gitHead": "1328ee04ae78f9f6cf143af7050c00aaa6d2eb3b"
"gitHead": "a04090010ee18e17487b449984807cc2b7b6e3e6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc