@opentelemetry/semantic-conventions
Advanced tools
Comparing version 0.24.1-alpha.31 to 0.25.1-alpha.21
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.24.0"; | ||
export declare const VERSION = "0.25.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.24.0'; | ||
export var VERSION = '0.25.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.24.0"; | ||
export declare const VERSION = "0.25.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.24.0'; | ||
exports.VERSION = '0.25.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/semantic-conventions", | ||
"version": "0.24.1-alpha.31+fd2410cc", | ||
"version": "0.25.1-alpha.21+0ef1fc28", | ||
"description": "OpenTelemetry semantic conventions", | ||
@@ -47,3 +47,3 @@ "main": "build/src/index.js", | ||
"@types/mocha": "8.2.3", | ||
"@types/node": "14.17.5", | ||
"@types/node": "14.17.9", | ||
"@types/sinon": "10.0.2", | ||
@@ -59,3 +59,3 @@ "codecov": "3.8.3", | ||
}, | ||
"gitHead": "fd2410cc9e8d43210b6ea44b8193fa70ee900499" | ||
"gitHead": "0ef1fc28d366b74d98b73b5d6334ffdc75342fe2" | ||
} |
@@ -19,7 +19,7 @@ # OpenTelemetry Semantic Conventions | ||
```ts | ||
import { GeneralAttribute } from '@opentelemetry/semantic-conventions'; | ||
import { SemanticAttributes } from '@opentelemetry/semantic-conventions'; | ||
const span = tracer.startSpan().startSpan(spanName, spanOptions) | ||
.setAttributes({ | ||
[GeneralAttribute.NET_PEER_HOSTNAME]: 'localhost', | ||
[SemanticAttributes.NET_PEER_NAME]: 'localhost', | ||
}); | ||
@@ -26,0 +26,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