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

@opentelemetry/semantic-conventions

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/semantic-conventions - npm Package Compare versions

Comparing version 0.17.1-alpha.21 to 0.18.0

20

build/src/trace/rpc.d.ts
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',

2

build/src/version.d.ts

@@ -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

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