@opentelemetry/resource-detector-container
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -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
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
33260