egg-jaeger-tracing
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11232
86