Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-dns

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-dns - npm Package Compare versions

Comparing version 0.36.1 to 0.37.0

2

build/src/instrumentation.js

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

constructor(config = {}) {
super('@opentelemetry/instrumentation-dns', version_1.VERSION, config);
super(version_1.PACKAGE_NAME, version_1.PACKAGE_VERSION, config);
}

@@ -31,0 +31,0 @@ init() {

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

export declare const VERSION = "0.36.1";
export declare const PACKAGE_VERSION = "0.37.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-dns";
//# sourceMappingURL=version.d.ts.map

@@ -18,5 +18,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0;
// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.36.1';
exports.PACKAGE_VERSION = '0.37.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-dns';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-dns",
"version": "0.36.1",
"description": "OpenTelemetry dns automatic instrumentation package.",
"version": "0.37.0",
"description": "OpenTelemetry instrumentation for `node:dns` name resolution module",
"main": "build/src/index.js",

@@ -62,8 +62,7 @@ "types": "build/src/index.d.ts",

"dependencies": {
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@opentelemetry/instrumentation": "^0.52.0",
"semver": "^7.5.4"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-dns#readme",
"gitHead": "a2e2b5a1aa2910b903829d215184c43d2107b9ac"
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020"
}

@@ -47,4 +47,8 @@ # OpenTelemetry DNS Instrumentation for Node.js

| ------- | ---- | ----------- |
| [`ignoreHostnames`](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-dns/src/types.ts#L99) | `IgnoreMatcher | IgnoreMatcher[]` | DNS instrumentation will not trace all requests that match hostnames |
| [`ignoreHostnames`](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-dns/src/types.ts#L99) | `IgnoreMatcher \| IgnoreMatcher[]` | DNS instrumentation will not trace all requests that match hostnames |
## Semantic Conventions
This package does not currently generate any attributes from semantic conventions.
## Useful links

@@ -51,0 +55,0 @@

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