Socket
Socket
Sign inDemoInstall

@opentelemetry/resources

Package Overview
Dependencies
Maintainers
4
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/resources - npm Package Compare versions

Comparing version 0.11.1-alpha.15 to 0.11.1-alpha.35

build/src/platform/node/detectors/ProcessDetector.d.ts

17

build/src/constants.d.ts

@@ -18,2 +18,4 @@ export declare const CLOUD_RESOURCE: {

NAME: string;
/** The container id. */
ID: string;
/** The name of the image the container was built on. */

@@ -81,2 +83,17 @@ IMAGE_NAME: string;

};
/** Attributes describing a Process. */
export declare const PROCESS_RESOURCE: {
/** A command which launced this proces. */
COMMAND: string;
/** The full command with arguments as string. */
COMMAND_LINE: string;
/** A name given to currently running porcess defaults to executable (process.title) . */
NAME: string;
/** An owner of currently running process. */
OWNER: string;
/** The full path to the process executable. */
PATH: string;
/** Process identifier of currently running process. */
PID: string;
};
//# sourceMappingURL=constants.d.ts.map

19

build/src/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SERVICE_RESOURCE = exports.TELEMETRY_SDK_RESOURCE = exports.K8S_RESOURCE = exports.HOST_RESOURCE = exports.CONTAINER_RESOURCE = exports.CLOUD_RESOURCE = void 0;
exports.PROCESS_RESOURCE = exports.SERVICE_RESOURCE = exports.TELEMETRY_SDK_RESOURCE = exports.K8S_RESOURCE = exports.HOST_RESOURCE = exports.CONTAINER_RESOURCE = exports.CLOUD_RESOURCE = void 0;
/*

@@ -36,2 +36,4 @@ * Copyright The OpenTelemetry Authors

NAME: 'container.name',
/** The container id. */
ID: 'container.id',
/** The name of the image the container was built on. */

@@ -99,2 +101,17 @@ IMAGE_NAME: 'container.image.name',

};
/** Attributes describing a Process. */
exports.PROCESS_RESOURCE = {
/** A command which launced this proces. */
COMMAND: 'process.command',
/** The full command with arguments as string. */
COMMAND_LINE: 'process.command_line',
/** A name given to currently running porcess defaults to executable (process.title) . */
NAME: 'process.executable.name',
/** An owner of currently running process. */
OWNER: 'process.owner',
/** The full path to the process executable. */
PATH: 'process.executable.path',
/** Process identifier of currently running process. */
PID: 'process.id',
};
//# sourceMappingURL=constants.js.map
export * from './EnvDetector';
export * from './ProcessDetector';
//# sourceMappingURL=index.d.ts.map

@@ -29,2 +29,3 @@ "use strict";

__exportStar(require("./EnvDetector"), exports);
__exportStar(require("./ProcessDetector"), exports);
//# sourceMappingURL=index.js.map

2

build/src/version.d.ts

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

export declare const VERSION = "0.11.1-alpha.15+e170039";
export declare const VERSION = "0.11.1-alpha.35+c6c993bb";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.11.1-alpha.15+e170039';
exports.VERSION = '0.11.1-alpha.35+c6c993bb';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/resources",
"version": "0.11.1-alpha.15+e170039",
"version": "0.11.1-alpha.35+c6c993bb",
"description": "OpenTelemetry SDK resources",

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

"dependencies": {
"@opentelemetry/api": "^0.11.1-alpha.15+e170039",
"@opentelemetry/core": "^0.11.1-alpha.15+e170039"
"@opentelemetry/api": "^0.11.1-alpha.35+c6c993bb",
"@opentelemetry/core": "^0.11.1-alpha.35+c6c993bb"
},
"gitHead": "e170039015e8a1a7419bb835a00659b2a734b8a6"
"gitHead": "c6c993bb16c58ba907337a5667da01b3c248e350"
}

Sorry, the diff of this file is not supported yet

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