census-instrumentation / opencensus-node

A stats collection and distributed tracing framework
https://opencensus.io
Apache License 2.0
273 stars 96 forks source link

@opencensus/exporter-zpages is published without templates #83

Open novemberborn opened 6 years ago

novemberborn commented 6 years ago

πŸ‘‹

I'm exploring integrating a Node.js server with the packages here. Looks like the @opencensus/exporter-zpages has been published to npm without templates:

$ cat node_modules/@opencensus/exporter-zpages/package.json| jq .version                                                                               
"0.0.2"
$ tree node_modules/@opencensus/exporter-zpages
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
β”œβ”€β”€ build
β”‚Β Β  └── src
β”‚Β Β      β”œβ”€β”€ index.d.ts
β”‚Β Β      β”œβ”€β”€ index.js
β”‚Β Β      β”œβ”€β”€ zpages-frontend
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ controllers
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ traceconfigz.controller.d.ts
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ traceconfigz.controller.js
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tracez.controller.d.ts
β”‚Β Β      β”‚Β Β  β”‚Β Β  └── tracez.controller.js
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ latency-bucket-boundaries.d.ts
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ latency-bucket-boundaries.js
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ page-handlers
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ traceconfigz.page-handler.d.ts
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ traceconfigz.page-handler.js
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ tracez.page-handler.d.ts
β”‚Β Β      β”‚Β Β  β”‚Β Β  └── tracez.page-handler.js
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ routes.d.ts
β”‚Β Β      β”‚Β Β  └── routes.js
β”‚Β Β      β”œβ”€β”€ zpages.d.ts
β”‚Β Β      └── zpages.js
└── package.json

5 directories, 19 files

Perhaps a new version could be published?

kjin commented 6 years ago

@novemberborn Thanks for the heads-up!