Socket
Socket
Sign inDemoInstall

zipkin

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin - npm Package Compare versions

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

11

es/index.js

@@ -1385,3 +1385,4 @@ import os from 'os';

* @param {TraceId} traceId
* @param {number} timeoutTimestamp after this moment, data should be forcibly flushed
* @param {number} timeoutTimestamp (epoch in microseconds) after this moment, data
* should be forcibly flushed
*/

@@ -1400,3 +1401,3 @@ function PartialSpan(traceId, timeoutTimestamp) {

*
* @param {number} finishTimestamp to calculate the duration from
* @param {number} finishTimestamp (epoch in microseconds) to calculate the duration from
*/

@@ -1445,5 +1446,5 @@

* @param {Object} options
* @property {Logger} logger logs the data to zipkin server
* @property {number} timeout timeout after which an unfinished span is
* flushed to zipkin in **microseconds**. Passing this value has
* @param {Logger} options.logger logs the data to zipkin server
* @param {number} options.timeout timeout after which an unfinished span
* is flushed to zipkin in **microseconds**. Passing this value has
* implications in the reported data of the span so we discourage users

@@ -1450,0 +1451,0 @@ * to pass a value for it unless there is a good reason for.

@@ -1391,3 +1391,4 @@ 'use strict';

* @param {TraceId} traceId
* @param {number} timeoutTimestamp after this moment, data should be forcibly flushed
* @param {number} timeoutTimestamp (epoch in microseconds) after this moment, data
* should be forcibly flushed
*/

@@ -1406,3 +1407,3 @@ function PartialSpan(traceId, timeoutTimestamp) {

*
* @param {number} finishTimestamp to calculate the duration from
* @param {number} finishTimestamp (epoch in microseconds) to calculate the duration from
*/

@@ -1451,5 +1452,5 @@

* @param {Object} options
* @property {Logger} logger logs the data to zipkin server
* @property {number} timeout timeout after which an unfinished span is
* flushed to zipkin in **microseconds**. Passing this value has
* @param {Logger} options.logger logs the data to zipkin server
* @param {number} options.timeout timeout after which an unfinished span
* is flushed to zipkin in **microseconds**. Passing this value has
* implications in the reported data of the span so we discourage users

@@ -1456,0 +1457,0 @@ * to pass a value for it unless there is a good reason for.

{
"name": "zipkin",
"version": "0.19.2-alpha.3+a173522",
"version": "0.19.2-alpha.6+03adb24",
"description": "The core tracer for Zipkin JS",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

},
"gitHead": "a173522b73c71f2ac330b7b2d41959c50d19762a"
"gitHead": "03adb2453f4045d9353e589a20332d479b29b1ff"
}

@@ -21,3 +21,4 @@ const {now} = require('./time');

* @param {TraceId} traceId
* @param {number} timeoutTimestamp after this moment, data should be forcibly flushed
* @param {number} timeoutTimestamp (epoch in microseconds) after this moment, data
* should be forcibly flushed
*/

@@ -35,3 +36,3 @@ constructor(traceId, timeoutTimestamp) {

*
* @param {number} finishTimestamp to calculate the duration from
* @param {number} finishTimestamp (epoch in microseconds) to calculate the duration from
*/

@@ -69,5 +70,5 @@ setDuration(finishTimestamp) {

* @param {Object} options
* @property {Logger} logger logs the data to zipkin server
* @property {number} timeout timeout after which an unfinished span is
* flushed to zipkin in **microseconds**. Passing this value has
* @param {Logger} options.logger logs the data to zipkin server
* @param {number} options.timeout timeout after which an unfinished span
* is flushed to zipkin in **microseconds**. Passing this value has
* implications in the reported data of the span so we discourage users

@@ -74,0 +75,0 @@ * to pass a value for it unless there is a good reason for.

Sorry, the diff of this file is too big to display

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