Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-grpc

Package Overview
Dependencies
19
Maintainers
2
Versions
182
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.35.0 to 0.35.1

build/src/internal-types.d.ts

2

build/src/grpc-js/clientUtils.d.ts

@@ -7,3 +7,3 @@ /// <reference types="node" />

import { EventEmitter } from 'events';
import { metadataCaptureType } from '../types';
import { metadataCaptureType } from '../internal-types';
/**

@@ -10,0 +10,0 @@ * Parse a package method list and return a list of methods to patch

import type * as grpcTypes from 'grpc';
import { GrpcClientFunc } from './types';
import { Span } from '@opentelemetry/api';
import { metadataCaptureType } from '../types';
import { metadataCaptureType } from '../internal-types';
/**

@@ -6,0 +6,0 @@ * This method handles the client remote call

import { InstrumentationConfig } from '@opentelemetry/instrumentation';
import { Span } from '@opentelemetry/api';
import type * as grpcJsTypes from '@grpc/grpc-js';
import type * as grpcTypes from 'grpc';
export declare type IgnoreMatcher = string | RegExp | ((str: string) => boolean);

@@ -16,8 +13,2 @@ export interface GrpcInstrumentationConfig extends InstrumentationConfig {

}
export declare type metadataCaptureType = {
client: {
captureRequestMetadata: (span: Span, metadata: grpcJsTypes.Metadata | grpcTypes.Metadata) => void;
captureResponseMetadata: (span: Span, metadata: grpcJsTypes.Metadata | grpcTypes.Metadata) => void;
};
};
//# sourceMappingURL=types.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "0.35.0";
export declare const VERSION = "0.35.1";
//# sourceMappingURL=version.d.ts.map

@@ -20,3 +20,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.35.0';
exports.VERSION = '0.35.1';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-grpc",
"version": "0.35.0",
"version": "0.35.1",
"description": "OpenTelemetry grpc automatic instrumentation package.",

@@ -51,6 +51,6 @@ "main": "build/src/index.js",

"@opentelemetry/api": "^1.3.0",
"@opentelemetry/context-async-hooks": "1.9.0",
"@opentelemetry/core": "1.9.0",
"@opentelemetry/sdk-trace-base": "1.9.0",
"@opentelemetry/sdk-trace-node": "1.9.0",
"@opentelemetry/context-async-hooks": "1.9.1",
"@opentelemetry/core": "1.9.1",
"@opentelemetry/sdk-trace-base": "1.9.1",
"@opentelemetry/sdk-trace-node": "1.9.1",
"@types/mocha": "10.0.0",

@@ -65,3 +65,3 @@ "@types/node": "18.6.5",

"nyc": "15.1.0",
"rimraf": "3.0.2",
"rimraf": "4.1.2",
"semver": "7.3.5",

@@ -76,8 +76,8 @@ "sinon": "15.0.0",

"dependencies": {
"@opentelemetry/instrumentation": "0.35.0",
"@opentelemetry/semantic-conventions": "1.9.0"
"@opentelemetry/instrumentation": "0.35.1",
"@opentelemetry/semantic-conventions": "1.9.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-grpc",
"sideEffects": false,
"gitHead": "08f597f3a3d71a4852b0afbba120af15ca038121"
"gitHead": "279458e7ddf16f7ddca5fe60c78672e05fafce66"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc