Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/resource-detector-container

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/resource-detector-container - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

2

build/src/detectors/ContainerDetector.js

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

: new resources_1.Resource({
[semantic_conventions_1.SemanticResourceAttributes.CONTAINER_ID]: containerId,
[semantic_conventions_1.SEMRESATTRS_CONTAINER_ID]: containerId,
});

@@ -41,0 +41,0 @@ }

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

export declare const VERSION = "0.3.7";
export declare const VERSION = "0.3.8";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.3.7';
exports.VERSION = '0.3.8';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/resource-detector-container",
"version": "0.3.7",
"version": "0.3.8",
"description": "Opentelemetry resource detector to get container resource attributes",

@@ -37,3 +37,3 @@ "main": "build/src/index.js",

"@opentelemetry/api": "^1.0.0",
"@opentelemetry/contrib-test-utils": "^0.37.0",
"@opentelemetry/contrib-test-utils": "^0.38.0",
"@types/mocha": "8.2.3",

@@ -56,6 +56,6 @@ "@types/node": "18.6.5",

"@opentelemetry/resources": "^1.0.0",
"@opentelemetry/semantic-conventions": "^1.0.0"
"@opentelemetry/semantic-conventions": "^1.22.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-container#readme",
"gitHead": "fcea8ca0c83cb1dcd8ac736e5ea4d22ff20dc982"
"gitHead": "17a0bc1da3baa472ba9b867eee3c60730cc130fb"
}

@@ -31,3 +31,3 @@ # OpenTelemetry Resource Detector for Container

- `containerDetector`: Populates `container.id` for processes running on contianers supporting : docker( cgroup v1 or v2 ) or with containerd
- `containerDetector`: Populates `container.id` for processes running on containers supporting : docker( cgroup v1 or v2 ) or with containerd

@@ -34,0 +34,0 @@ ## Useful links

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