@opentelemetry/resources
Advanced tools
Comparing version 0.24.1-alpha.5 to 0.24.1-alpha.7
{ | ||
"name": "@opentelemetry/resources", | ||
"version": "0.24.1-alpha.5+b69ff35e", | ||
"version": "0.24.1-alpha.7+365d502e", | ||
"description": "OpenTelemetry SDK resources", | ||
@@ -68,6 +68,6 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/core": "^0.24.1-alpha.5+b69ff35e", | ||
"@opentelemetry/semantic-conventions": "^0.24.1-alpha.5+b69ff35e" | ||
"@opentelemetry/core": "^0.24.1-alpha.7+365d502e", | ||
"@opentelemetry/semantic-conventions": "^0.24.1-alpha.7+365d502e" | ||
}, | ||
"gitHead": "b69ff35e90a33d20a0154dcd326f1467dfd39e2a" | ||
"gitHead": "365d502eaa0ba1f9799998f050d36073e943032e" | ||
} |
@@ -28,7 +28,7 @@ # OpenTelemetry Resources Util | ||
const another_resource = new Resource({ | ||
'service.version': 2.0.0, | ||
const anotherResource = new Resource({ | ||
'service.version': '2.0.0', | ||
'service.group': 'instrumentation-group' | ||
}); | ||
const merged_resource = resource.merge(another_resource); | ||
const mergedResource = resource.merge(anotherResource); | ||
``` | ||
@@ -35,0 +35,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
106405