How to use the @opencensus/nodejs.stop function in @opencensus/nodejs

To help you get started, we’ve selected a few @opencensus/nodejs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github VilledeMontreal / workit / packages / workit-core / src / opentelemetry / jaeger / tracerService.ts View on Github external
public dispose(): void {
    if (!tracing.active) {
      return;
    }
    try {
      tracing.stop();
    } catch {
      //
    }
  }

@opencensus/nodejs

OpenCensus is a toolkit for collecting application performance and behavior data.

Apache-2.0
Latest version published 4 years ago

Package Health Score

47 / 100
Full package analysis