Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

egg-jaeger-tracing

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-jaeger-tracing - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

index.d.ts

@@ -14,3 +14,3 @@ import { TracingConfig, TracingOptions } from 'jaeger-client'

export declare const setupTracer: (app: Application, config: TracingConfig, options?: TracingOptions) => Tracer
export declare const fromParentSpan: (parentSpan: Span, name: string, options?: SpanOptions) => Span
export declare const fromParentSpan: (ctx: Context, name: string, options?: SpanOptions) => Span
export declare const getTracer: () => Tracer

@@ -17,0 +17,0 @@

{
"name": "egg-jaeger-tracing",
"version": "0.2.0",
"version": "0.2.1",
"description": "",

@@ -5,0 +5,0 @@ "eggPlugin": {

@@ -49,2 +49,3 @@ # egg-jaeger-tracing

config: {
serviceName: 'egg-server-a',
sampler: {

@@ -51,0 +52,0 @@ type: 'const',

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