@opentelemetry/semantic-conventions
Advanced tools
Comparing version 0.17.1-alpha.21 to 0.18.0
export declare const RpcAttribute: { | ||
/** | ||
* A string identifying the remoting system. | ||
* | ||
* @remarks | ||
* Required | ||
*/ | ||
RPC_SYSTEM: string; | ||
/** | ||
* The full name of the service being called, including its package name, if applicable. | ||
* | ||
* @remarks | ||
* Not required, but recommended | ||
*/ | ||
RPC_SERVICE: string; | ||
/** | ||
* The name of the method being called, must be equal to the $method part in the span name. | ||
* | ||
* @remarks | ||
* Not required, but recommended | ||
*/ | ||
RPC_METHOD: string; | ||
GRPC_KIND: string; | ||
@@ -4,0 +24,0 @@ GRPC_METHOD: string; |
@@ -20,3 +20,23 @@ "use strict"; | ||
exports.RpcAttribute = { | ||
/** | ||
* A string identifying the remoting system. | ||
* | ||
* @remarks | ||
* Required | ||
*/ | ||
RPC_SYSTEM: 'rpc.system', | ||
/** | ||
* The full name of the service being called, including its package name, if applicable. | ||
* | ||
* @remarks | ||
* Not required, but recommended | ||
*/ | ||
RPC_SERVICE: 'rpc.service', | ||
/** | ||
* The name of the method being called, must be equal to the $method part in the span name. | ||
* | ||
* @remarks | ||
* Not required, but recommended | ||
*/ | ||
RPC_METHOD: 'rpc.method', | ||
// GRPC (no spec) | ||
@@ -23,0 +43,0 @@ GRPC_KIND: 'grpc.kind', |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.17.0"; | ||
export declare const VERSION = "0.18.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.17.0'; | ||
exports.VERSION = '0.18.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/semantic-conventions", | ||
"version": "0.17.1-alpha.21+a91ea761", | ||
"version": "0.18.0", | ||
"description": "OpenTelemetry semantic conventions", | ||
@@ -56,3 +56,3 @@ "main": "build/src/index.js", | ||
}, | ||
"gitHead": "a91ea7617f288af632934334d0c8ecece318ce73" | ||
"gitHead": "6540b54a8bd49746e164ab730269188237f89b1c" | ||
} |
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
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
61764
1215
0