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 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.0.2 "
6
+ "version" : " 0.0.3 "
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/core" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " OpenCensus is a toolkit for collecting application performance and behavior data." ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/exporter-instana" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana." ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
53
53
"typescript" : " ~2.6.1"
54
54
},
55
55
"dependencies" : {
56
- "@opencensus/core" : " ^0.0.2 "
56
+ "@opencensus/core" : " ^0.0.3 "
57
57
}
58
58
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/exporter-jaeger" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " OpenCensus Exporter Jeager allows user to send collected traces to Jeager" ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
54
54
"typescript" : " ~2.6.1"
55
55
},
56
56
"dependencies" : {
57
- "@opencensus/core" : " ^0.0.2 " ,
57
+ "@opencensus/core" : " ^0.0.3 " ,
58
58
"jaeger-client" : " ~3.10.0"
59
59
}
60
60
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/exporter-stackdriver" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " OpenCensus Exporter Stackdriver allows user to send collected traces to Stackdriver" ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
50
50
"typescript" : " ~2.7.2"
51
51
},
52
52
"dependencies" : {
53
- "@opencensus/core" : " ^0.0.2 " ,
53
+ "@opencensus/core" : " ^0.0.3 " ,
54
54
"google-auth-library" : " ^1.5.0" ,
55
55
"googleapis" : " 27.0.0"
56
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/exporter-zipkin" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin." ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
52
52
"typescript" : " ~2.6.1"
53
53
},
54
54
"dependencies" : {
55
- "@opencensus/core" : " ^0.0.2 "
55
+ "@opencensus/core" : " ^0.0.3 "
56
56
}
57
57
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/exporter-zpages" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " A collection of HTML pages to display stats and trace data and allow library configuration control" ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
39
39
"access" : " public"
40
40
},
41
41
"devDependencies" : {
42
- "@opencensus/nodejs" : " ^0.0.2 " ,
42
+ "@opencensus/nodejs" : " ^0.0.3 " ,
43
43
"@types/ejs" : " ^2.6.0" ,
44
44
"@types/express" : " ^4.11.1" ,
45
45
"@types/extend" : " ^3.0.0" ,
55
55
"typescript" : " ~2.6.1"
56
56
},
57
57
"dependencies" : {
58
- "@opencensus/core" : " ^0.0.2 " ,
58
+ "@opencensus/core" : " ^0.0.3 " ,
59
59
"ejs" : " ^2.5.8" ,
60
60
"express" : " ^4.16.3" ,
61
61
"pkg-dir" : " ^3.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/instrumentation-all" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " This package has dependencies to all default instrumentation packages." ,
5
5
"main" : " src/index.js" ,
6
6
"types" : " src/index.d.ts" ,
38
38
"access" : " public"
39
39
},
40
40
"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 "
46
46
}
47
47
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/instrumentation-grpc" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Opencensus grpc automatic instrumentation package." ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
38
38
"access" : " public"
39
39
},
40
40
"devDependencies" : {
41
- "@opencensus/propagation-b3" : " ^0.0.2 " ,
41
+ "@opencensus/propagation-b3" : " ^0.0.3 " ,
42
42
"@types/end-of-stream" : " ^1.4.0" ,
43
43
"@types/lodash" : " ^4.14.109" ,
44
44
"@types/mocha" : " ^2.2.48" ,
59
59
"typescript" : " ~2.7.2"
60
60
},
61
61
"dependencies" : {
62
- "@opencensus/core" : " ^0.0.2 " ,
62
+ "@opencensus/core" : " ^0.0.3 " ,
63
63
"grpc" : " ~1.12.2" ,
64
64
"lodash" : " ^4.17.10" ,
65
65
"semver" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/instrumentation-http" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Opencensus http automatic instrumentation package." ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
55
55
"typescript" : " ~2.7.2"
56
56
},
57
57
"dependencies" : {
58
- "@opencensus/core" : " ^0.0.2 " ,
58
+ "@opencensus/core" : " ^0.0.3 " ,
59
59
"end-of-stream" : " ^1.4.1" ,
60
60
"semver" : " ^5.5.0" ,
61
61
"shimmer" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments