0.0.4
Pre-releaseThis release fixes bugs and makes API changes in the core
, exporter-stackdriver
and exporter-jaeger
projects. Notably, the core module has added a new Stats API, and the Stackdriver Exporter now supports exporting stats to Stackdriver Monitoring.
The following packages are brand new:
@opencensus/propagation-tracecontext
@opencensus/exporter-prometheus
Commits
59bd216 feat: add tracecontext propagation (#97)
097d1de feat: add prometheus stats exporter to opencensus nodejs (#96)
95218c8 fix: use default logger in jaeger exporter (#107)
f1854f1 doc: clarify the url is a url with an example (#106)
880d3ed doc: fix syntax error in README (#104)
7ca6aba fix: sampler now samples correctly (#100)
ed255e6 fix: change zipkin trace exporter name on readme (#101)
f7e053f feat: add stackdriver stats exporter (#94)
5882009 chore: add type definitions for exporter-jaeger (#93)
c7226d6 feat: add stats implementation (#92)
4c4ce0f feat: add stats view implementation (#89)
6ec40aa feat: Expand OpenCensus span data export to Instana (#91)
703eed0 refactor: Make examples executable (#90)
a6f44e0 feat: add stats recorder implementation (#85)
ce628e4 feat: map span attributes to labels for stackdriver export (#84)