zipkin-context-cls
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "zipkin-context-cls", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A Context API implementation that uses continuation-local-storage under the hood", | ||
@@ -5,0 +5,0 @@ "main": "src/CLSContext.js", |
@@ -12,3 +12,4 @@ # zipkin-context-cls | ||
const tracer = new Tracer({ | ||
ctxImpl: new CLSContext('zipkin') | ||
ctxImpl: new CLSContext('zipkin'), | ||
recorder // typically Kafka or Scribe | ||
}); | ||
@@ -15,0 +16,0 @@ ``` |
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
4003
21