File tree Expand file tree Collapse file tree 25 files changed +49
-49
lines changed
zipkin-instrumentation-axiosjs
zipkin-instrumentation-connect
zipkin-instrumentation-cujojs-rest
zipkin-instrumentation-express
zipkin-instrumentation-fetch
zipkin-instrumentation-gotjs
zipkin-instrumentation-grpc-client
zipkin-instrumentation-hapi
zipkin-instrumentation-kafkajs
zipkin-instrumentation-koa
zipkin-instrumentation-memcached
zipkin-instrumentation-postgres
zipkin-instrumentation-redis
zipkin-instrumentation-request
zipkin-instrumentation-request-promise
zipkin-instrumentation-restify
zipkin-instrumentation-superagent Expand file tree Collapse file tree 25 files changed +49
-49
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.16.5" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"command" : {
5
5
"run" : {
6
6
"npmClient" : " yarn"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-context-cls" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " A Context API implementation that uses continuation-local-storage under the hood" ,
5
5
"main" : " lib/CLSContext.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-encoder-thrift" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Encode a zipkin span to thrift" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
22
22
"homepage" : " https://github.com/openzipkin/zipkin-js#readme" ,
23
23
"dependencies" : {
24
24
"thrift" : " ^0.11.0" ,
25
- "zipkin" : " ^0.21 .0"
25
+ "zipkin" : " ^0.22 .0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-axiosjs" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Library to instrument the axios HTTP-client to support zipkin." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
14
14
"license" : " Apache-2.0" ,
15
15
"repository" : " https://github.com/openzipkin/zipkin-js" ,
16
16
"dependencies" : {
17
- "zipkin" : " ^0.21 .0"
17
+ "zipkin" : " ^0.22 .0"
18
18
},
19
19
"devDependencies" : {
20
20
"axios" : " ^0.19.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-connect" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Connect middleware for instrumentation with Zipkin.js" ,
5
5
"main" : " lib/middleware.js" ,
6
6
"scripts" : {
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"connect" : " ^3.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-cujojs-rest" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Interceptor for instrumenting HTTP calls from the cujoJS rest library" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
14
14
"license" : " Apache-2.0" ,
15
15
"repository" : " https://github.com/openzipkin/zipkin-js" ,
16
16
"dependencies" : {
17
- "zipkin" : " ^0.21 .0"
17
+ "zipkin" : " ^0.22 .0"
18
18
},
19
19
"devDependencies" : {
20
20
"rest" : " ^1.3.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-express" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Express middleware for instrumentation with Zipkin.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
14
14
"license" : " Apache-2.0" ,
15
15
"repository" : " https://github.com/openzipkin/zipkin-js" ,
16
16
"dependencies" : {
17
- "zipkin" : " ^0.21 .0"
17
+ "zipkin" : " ^0.22 .0"
18
18
},
19
19
"devDependencies" : {
20
20
"express-http-proxy" : " ^0.11.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-fetch" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Interceptor for HTTP clients using the 'fetch' API" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
14
14
"license" : " Apache-2.0" ,
15
15
"repository" : " https://github.com/openzipkin/zipkin-js" ,
16
16
"dependencies" : {
17
- "zipkin" : " ^0.21 .0"
17
+ "zipkin" : " ^0.22 .0"
18
18
},
19
19
"devDependencies" : {
20
20
"node-fetch" : " ^1.5.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-gotjs" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Interceptor for HTTP clients using the Got library" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
22
22
"got" : " >= 9.6.0"
23
23
},
24
24
"dependencies" : {
25
- "zipkin" : " ^0.21 .0"
25
+ "zipkin" : " ^0.22 .0"
26
26
},
27
27
"devDependencies" : {
28
28
"got" : " ^9.6.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-grpc-client" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Zipkin JS Interceptor for gRPC client" ,
5
5
"main" : " lib/grpcClientInterceptor.js" ,
6
6
"scripts" : {
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"@grpc/proto-loader" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-hapi" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Hapi middleware for instrumentation with Zipkin.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
16
16
"@types/hapi" : " ^17.0.10"
17
17
},
18
18
"dependencies" : {
19
- "zipkin" : " ^0.21 .0"
19
+ "zipkin" : " ^0.22 .0"
20
20
},
21
21
"devDependencies" : {
22
22
"@types/hapi" : " ^18.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-kafkajs" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Zipkin JS wrapper for kafkajs consumer and producer." ,
5
5
"main" : " lib/zipkin-instrumentation-kafkajs.js" ,
6
6
"scripts" : {
15
15
"license" : " Apache-2.0" ,
16
16
"repository" : " https://github.com/openzipkin/zipkin-js" ,
17
17
"dependencies" : {
18
- "zipkin" : " ^0.21 .0"
18
+ "zipkin" : " ^0.22 .0"
19
19
},
20
20
"devDependencies" : {
21
21
"kafkajs" : " ^1.9.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-koa" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Koa middleware for instrumentation with Zipkin.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"@types/koa" : " ^2.0.49" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-memcached" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Interceptor for memcached clients" ,
5
5
"main" : " lib/zipkinClient.js" ,
6
6
"scripts" : {
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"memcached" : " ^2.2.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-postgres" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Interceptor for postgres clients" ,
5
5
"main" : " lib/zipkinClient.js" ,
6
6
"scripts" : {
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"pg" : " ^7.6.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-redis" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Interceptor for redis clients" ,
5
5
"main" : " lib/zipkinClient.js" ,
6
6
"scripts" : {
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"redis" : " ^2.6.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-request-promise" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Instrumentation for request-promise with Zipkin.js" ,
5
5
"main" : " lib/request.js" ,
6
6
"scripts" : {
19
19
"asap" : " ^2.0.4" ,
20
20
"request" : " ^2.88.2" ,
21
21
"request-promise" : " ^4.2.5" ,
22
- "zipkin" : " ^0.21 .0"
22
+ "zipkin" : " ^0.22 .0"
23
23
},
24
24
"devDependencies" : {
25
25
"@types/request" : " ^2.0.8" ,
26
26
"co" : " ^4.6.0" ,
27
27
"co-mocha" : " ^1.2.1" ,
28
28
"nock" : " ^9.0.14" ,
29
29
"uuid" : " ^3.2.1" ,
30
- "zipkin-context-cls" : " ^0.21 .0"
30
+ "zipkin-context-cls" : " ^0.22 .0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-request" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Instrumentation for request with Zipkin.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
17
17
"@types/request" : " ^2.0.8"
18
18
},
19
19
"dependencies" : {
20
- "zipkin" : " ^0.21 .0"
20
+ "zipkin" : " ^0.22 .0"
21
21
},
22
22
"devDependencies" : {
23
23
"@types/request" : " ^2.0.8" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-restify" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Restify middleware for instrumentation with Zipkin.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"node-fetch" : " ^2.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-instrumentation-superagent" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Interceptor for superagent with Zipkin.js" ,
5
5
"main" : " lib/superagentPlugin.js" ,
6
6
"scripts" : {
13
13
"license" : " Apache-2.0" ,
14
14
"repository" : " https://github.com/openzipkin/zipkin-js" ,
15
15
"dependencies" : {
16
- "zipkin" : " ^0.21 .0"
16
+ "zipkin" : " ^0.22 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"nock" : " ^9.0.14" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-transport-aws-sqs" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Transports Zipkin trace data via AWS SQS to the collector" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-transport-http" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Transports Zipkin trace data via HTTP" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
14
14
"license" : " Apache-2.0" ,
15
15
"repository" : " https://github.com/openzipkin/zipkin-js" ,
16
16
"dependencies" : {
17
- "zipkin" : " ^0.21 .0"
17
+ "zipkin" : " ^0.22 .0"
18
18
},
19
19
"peerDependencies" : {
20
20
"node-fetch" : " >=1.4.0 <3.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-transport-kafka" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Transports Zipkin trace data via Kafka to the collector" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
16
16
"dependencies" : {
17
17
"@types/kafka-node" : " ^2.0.3" ,
18
18
"kafka-node" : " ^2.6.1" ,
19
- "zipkin" : " ^0.21 .0" ,
20
- "zipkin-encoder-thrift" : " ^0.21 .0"
19
+ "zipkin" : " ^0.22 .0" ,
20
+ "zipkin-encoder-thrift" : " ^0.22 .0"
21
21
},
22
22
"devDependencies" : {
23
23
"kafka-please" : " ^1.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin-transport-scribe" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " Transports Zipkin trace data via Scribe to the collector" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " index.d.ts" ,
16
16
"dependencies" : {
17
17
"base64-js" : " ^1.2.1" ,
18
18
"scribe" : " 0.0.9" ,
19
- "zipkin" : " ^0.21 .0" ,
20
- "zipkin-encoder-thrift" : " ^0.21 .0"
19
+ "zipkin" : " ^0.22 .0" ,
20
+ "zipkin-encoder-thrift" : " ^0.22 .0"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zipkin" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"description" : " The core tracer for Zipkin JS" ,
5
5
"main" : " lib/index.js" ,
6
6
"unpkg" : " dist/zipkin.js" ,
You can’t perform that action at this time.
0 commit comments