This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree 10 files changed +10
-10
lines changed
opencensus-exporter-stackdriver
opencensus-exporter-zipkin
opencensus-exporter-zpages
opencensus-instrumentation-all
opencensus-instrumentation-http
opencensus-instrumentation-https
opencensus-propagation-b3
opencensus-propagation-stackdriver
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/opencensus-core" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
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-stackdriver" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
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" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/exporter-zipkin" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
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" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/exporter-zpages" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Package Zpages implements a collection of HTML pages that display stats and trace 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/instrumentation-all" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
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" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencensus/instrumentation-http" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Opencensus http automatic instrumentation package." ,
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/instrumentation-https" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Opencensus https automatic instrumentation package." ,
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/nodejs" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
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/propagation-b3" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Opencensus propagation package for B3 format." ,
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/propagation-stackdriver" ,
3
- "version" : " 0.0.1-pre " ,
3
+ "version" : " 0.0.1" ,
4
4
"description" : " " ,
5
5
"main" : " build/src/index.js" ,
6
6
"types" : " build/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments