Socket
Socket
Sign inDemoInstall

@opentelemetry/exporter-collector-grpc

Package Overview
Dependencies
94
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.23.1-alpha.3 to 0.23.1-alpha.6

14

package.json
{
"name": "@opentelemetry/exporter-collector-grpc",
"version": "0.23.1-alpha.3+6ed8d925",
"version": "0.23.1-alpha.6+8ed5cd19",
"description": "OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector",

@@ -70,9 +70,9 @@ "main": "build/src/index.js",

"@grpc/proto-loader": "^0.6.0",
"@opentelemetry/core": "^0.23.1-alpha.3+6ed8d925",
"@opentelemetry/exporter-collector": "^0.23.1-alpha.3+6ed8d925",
"@opentelemetry/metrics": "^0.23.1-alpha.3+6ed8d925",
"@opentelemetry/resources": "^0.23.1-alpha.3+6ed8d925",
"@opentelemetry/tracing": "^0.23.1-alpha.3+6ed8d925"
"@opentelemetry/core": "^0.23.0",
"@opentelemetry/exporter-collector": "^0.23.0",
"@opentelemetry/metrics": "^0.23.0",
"@opentelemetry/resources": "^0.23.0",
"@opentelemetry/tracing": "^0.23.0"
},
"gitHead": "6ed8d92559df68ef1fd3273598a1860ee5197e53"
"gitHead": "8ed5cd19766cc1ab501cfef4558b6553c4de5973"
}

@@ -30,4 +30,4 @@ # OpenTelemetry Collector Exporter for node with grpc

const collectorOptions = {
// url is optional and can be omitted - default is localhost:4317
url: '<collector-hostname>:<port>',
// url is optional and can be omitted - default is grpc://localhost:4317
url: 'grpc://<collector-hostname>:<port>',
};

@@ -55,4 +55,4 @@

const collectorOptions = {
// url is optional and can be omitted - default is localhost:4317
url: '<collector-hostname>:<port>',
// url is optional and can be omitted - default is grpc://localhost:4317
url: 'grpc://<collector-hostname>:<port>',
credentials: grpc.credentials.createSsl(),

@@ -96,4 +96,4 @@ };

const collectorOptions = {
// url is optional and can be omitted - default is localhost:4317
url: '<collector-hostname>:<port>',
// url is optional and can be omitted - default is grpc://localhost:4317
url: 'grpc://<collector-hostname>:<port>',
metadata, // // an optional grpc.Metadata object to be sent with each request

@@ -122,4 +122,4 @@ };

const collectorOptions = {
// url is optional and can be omitted - default is localhost:4317
url: '<collector-hostname>:<port>',
// url is optional and can be omitted - default is grpc://localhost:4317
url: 'grpc://<collector-hostname>:<port>',
};

@@ -126,0 +126,0 @@ const exporter = new CollectorMetricExporter(collectorOptions);

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc