New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/exporter-jaeger

Package Overview
Dependencies
Maintainers
4
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/exporter-jaeger - npm Package Compare versions

Comparing version 0.10.3-canary.0 to 0.11.0

4

build/src/transform.js

@@ -48,5 +48,5 @@ "use strict";

}
Object.keys(span.resource.labels).forEach(name => tags.push({
Object.keys(span.resource.attributes).forEach(name => tags.push({
key: name,
value: toTagValue(span.resource.labels[name]),
value: toTagValue(span.resource.attributes[name]),
}));

@@ -53,0 +53,0 @@ const spanTags = types_1.ThriftUtils.getThriftTags(tags);

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

export declare const VERSION = "0.10.3-canary.0+f4f2f84";
export declare const VERSION = "0.11.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.10.3-canary.0+f4f2f84';
exports.VERSION = '0.11.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/exporter-jaeger",
"version": "0.10.3-canary.0+f4f2f84",
"version": "0.11.0",
"description": "OpenTelemetry Exporter Jaeger allows user to send collected traces to Jaeger",

@@ -45,4 +45,4 @@ "main": "build/src/index.js",

"devDependencies": {
"@opentelemetry/resources": "^0.10.3-canary.0+f4f2f84",
"@types/mocha": "8.0.0",
"@opentelemetry/resources": "^0.11.0",
"@types/mocha": "8.0.2",
"@types/node": "14.0.27",

@@ -60,8 +60,8 @@ "codecov": "3.7.2",

"dependencies": {
"@opentelemetry/api": "^0.10.3-canary.0+f4f2f84",
"@opentelemetry/core": "^0.10.3-canary.0+f4f2f84",
"@opentelemetry/tracing": "^0.10.3-canary.0+f4f2f84",
"@opentelemetry/api": "^0.11.0",
"@opentelemetry/core": "^0.11.0",
"@opentelemetry/tracing": "^0.11.0",
"jaeger-client": "^3.15.0"
},
"gitHead": "f4f2f84bc087389b3206a2e17837b7b0b95fb2f2"
"gitHead": "15174c6647ab9863dfc1424412fa60f2fddb3351"
}

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

# OpenTelemetry Jaeger Trace Exporter
# OpenTelemetry Jaeger Trace Exporter for Node.js

@@ -86,4 +86,4 @@ [![Gitter chat][gitter-image]][gitter-url]

- [SimpleSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-tracing.md#simple-processor): The implementation of `SpanProcessor` that passes ended span directly to the configured `SpanExporter`.
- [BatchSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-tracing.md#batching-processor): The implementation of the `SpanProcessor` that batches ended spans and pushes them to the configured `SpanExporter`. It is recommended to use this `SpanProcessor` for better performance and optimization.
- [SimpleSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk.md#simple-processor): The implementation of `SpanProcessor` that passes ended span directly to the configured `SpanExporter`.
- [BatchSpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk.md#batching-processor): The implementation of the `SpanProcessor` that batches ended spans and pushes them to the configured `SpanExporter`. It is recommended to use this `SpanProcessor` for better performance and optimization.

@@ -90,0 +90,0 @@ ## Useful links

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc