zipkin-context-cls
Advanced tools
Comparing version 0.6.1 to 0.11.0
{ | ||
"name": "zipkin-context-cls", | ||
"version": "0.6.1", | ||
"version": "0.11.0", | ||
"description": "A Context API implementation that uses continuation-local-storage under the hood", | ||
@@ -5,0 +5,0 @@ "main": "lib/CLSContext.js", |
@@ -13,3 +13,4 @@ # zipkin-context-cls | ||
ctxImpl: new CLSContext('zipkin'), | ||
recorder // typically Kafka or Scribe | ||
recorder, // typically Kafka or Scribe | ||
localServiceName: 'service-a' // name of this application | ||
}); | ||
@@ -16,0 +17,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
6256
22