This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +40
-40
lines changed
opencensus-exporter-instana
opencensus-exporter-jaeger
opencensus-exporter-stackdriver
opencensus-exporter-zipkin
opencensus-exporter-zpages
opencensus-instrumentation-all
opencensus-instrumentation-grpc
opencensus-instrumentation-http2
opencensus-instrumentation-https
opencensus-instrumentation-http
opencensus-instrumentation-mongodb
opencensus-propagation-b3
opencensus-propagation-jaeger
opencensus-propagation-stackdriver Expand file tree Collapse file tree 17 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.0.2 "
6+ "version" : " 0.0.3 "
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/core" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " OpenCensus is a toolkit for collecting application performance and behavior data." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/exporter-instana" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
5353 "typescript" : " ~2.6.1"
5454 },
5555 "dependencies" : {
56- "@opencensus/core" : " ^0.0.2 "
56+ "@opencensus/core" : " ^0.0.3 "
5757 }
5858}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/exporter-jaeger" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " OpenCensus Exporter Jeager allows user to send collected traces to Jeager" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
5454 "typescript" : " ~2.6.1"
5555 },
5656 "dependencies" : {
57- "@opencensus/core" : " ^0.0.2 " ,
57+ "@opencensus/core" : " ^0.0.3 " ,
5858 "jaeger-client" : " ~3.10.0"
5959 }
6060}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/exporter-stackdriver" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " OpenCensus Exporter Stackdriver allows user to send collected traces to Stackdriver" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
5050 "typescript" : " ~2.7.2"
5151 },
5252 "dependencies" : {
53- "@opencensus/core" : " ^0.0.2 " ,
53+ "@opencensus/core" : " ^0.0.3 " ,
5454 "google-auth-library" : " ^1.5.0" ,
5555 "googleapis" : " 27.0.0"
5656 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/exporter-zipkin" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
5252 "typescript" : " ~2.6.1"
5353 },
5454 "dependencies" : {
55- "@opencensus/core" : " ^0.0.2 "
55+ "@opencensus/core" : " ^0.0.3 "
5656 }
5757}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/exporter-zpages" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " A collection of HTML pages to display stats and trace data and allow library configuration control" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
3939 "access" : " public"
4040 },
4141 "devDependencies" : {
42- "@opencensus/nodejs" : " ^0.0.2 " ,
42+ "@opencensus/nodejs" : " ^0.0.3 " ,
4343 "@types/ejs" : " ^2.6.0" ,
4444 "@types/express" : " ^4.11.1" ,
4545 "@types/extend" : " ^3.0.0" ,
5555 "typescript" : " ~2.6.1"
5656 },
5757 "dependencies" : {
58- "@opencensus/core" : " ^0.0.2 " ,
58+ "@opencensus/core" : " ^0.0.3 " ,
5959 "ejs" : " ^2.5.8" ,
6060 "express" : " ^4.16.3" ,
6161 "pkg-dir" : " ^3.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/instrumentation-all" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " This package has dependencies to all default instrumentation packages." ,
55 "main" : " src/index.js" ,
66 "types" : " src/index.d.ts" ,
3838 "access" : " public"
3939 },
4040 "dependencies" : {
41- "@opencensus/instrumentation-grpc" : " ^0.0.2 " ,
42- "@opencensus/instrumentation-http" : " ^0.0.2 " ,
43- "@opencensus/instrumentation-http2" : " ^0.0.2 " ,
44- "@opencensus/instrumentation-https" : " ^0.0.2 " ,
45- "@opencensus/instrumentation-mongodb" : " ^0.0.2 "
41+ "@opencensus/instrumentation-grpc" : " ^0.0.3 " ,
42+ "@opencensus/instrumentation-http" : " ^0.0.3 " ,
43+ "@opencensus/instrumentation-http2" : " ^0.0.3 " ,
44+ "@opencensus/instrumentation-https" : " ^0.0.3 " ,
45+ "@opencensus/instrumentation-mongodb" : " ^0.0.3 "
4646 }
4747}
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/instrumentation-grpc" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " Opencensus grpc automatic instrumentation package." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
3838 "access" : " public"
3939 },
4040 "devDependencies" : {
41- "@opencensus/propagation-b3" : " ^0.0.2 " ,
41+ "@opencensus/propagation-b3" : " ^0.0.3 " ,
4242 "@types/end-of-stream" : " ^1.4.0" ,
4343 "@types/lodash" : " ^4.14.109" ,
4444 "@types/mocha" : " ^2.2.48" ,
5959 "typescript" : " ~2.7.2"
6060 },
6161 "dependencies" : {
62- "@opencensus/core" : " ^0.0.2 " ,
62+ "@opencensus/core" : " ^0.0.3 " ,
6363 "grpc" : " ~1.12.2" ,
6464 "lodash" : " ^4.17.10" ,
6565 "semver" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencensus/instrumentation-http" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " Opencensus http automatic instrumentation package." ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
5555 "typescript" : " ~2.7.2"
5656 },
5757 "dependencies" : {
58- "@opencensus/core" : " ^0.0.2 " ,
58+ "@opencensus/core" : " ^0.0.3 " ,
5959 "end-of-stream" : " ^1.4.1" ,
6060 "semver" : " ^5.5.0" ,
6161 "shimmer" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments