Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Releases: census-instrumentation/opencensus-node

0.0.3

02 Aug 17:11
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

This release fixes bugs in the core, exporter-jaeger, and exporter-zpages projects.

The following packages are brand new:
@opencensus/propagation-jaeger

The following packages have been renamed:
@opencensus/core (from @opencensus/opencensus-core)

Commits

64b104b feat: add support for annotations and messageevents to jaeger (#78)
e35be89 fix: jaeger exporter process tags not set (fixes #86) (#87)
0da334a refactor(fix): changes to address review comments
88aa832 refactor: change design to better fit opencensus' sepecs
a912905 refactor: more typo fixes
77a7b4d refactor: correct a few typos
9b02ad4 feat: add metrics interfaces and classes, create view classe, general refactoring, jsdoc and others
532a28e feat: add stats core
77036f4 feat: messageEvent should include timestamp (#81)
b99ff15 fix: properly split low/high for 128-bit spans (#77)
069a5b4 feat: add jaeger uber-trace-id header propagation (#74)
dd7f8b0 fix: Span.addAttribute should accept string|number|bool (#76)
4067e92 test: improve console exporter tests (#71)
e1078b1 fix: detect HTTP client request errors. (#73)
64e0402 chore: bump require-in-the-middle to ^3.0.0 (#65)
fcd82df fix: add states to plugin loader mechanism (#72)
44b68f7 fix: fix for non-null parentSpanId (#66)
89acafb chore(zpages): simplify build commands (#68)
58d23f5 fix: correctly set HTTP headers on outgoing requests. (#69)
e5222c4 test: test-plugin-loader.ts - add a call to intercept-stdout unhook (#67)
62f5859 refactor: rename core package and remove exporter namespaces: types and classes (#61)
db46f4f refactor: address opencensus-core TODOs (#47)
17dca7d refactor: address instrumentation-https TODOs (#46)
0af72d0 chore: swap out node 9 testing on ci with node 10 (#59)

0.0.2

22 Jun 17:43
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Starting with this release, packages will have their versions incremented in lock step until at least 0.1.0.

The following packages are brand new:
@opencensus/exporter-instana
@opencensus/exporter-jaeger
@opencensus/instrumentation-grpc
@opencensus/instrumentation-http2
@opencensus/instrumentation-mongodb

Commits

e156d62 refactor(fix): changes to address review comments (#50)
8d22dc4 chore: use TS synthetic imports (#57)
6e673b2 refactor: rename span.type to span.kind (#56)
2ddf84f refactor: address b3 propagation TODOs (#48)
952a666 feat: add instrumentation-grpc package to opencensus-node (#34)
3a613a7 feat: add mechanism to load internal module files to patch (#52)
97a7790 feat: add package exporter-instana to opencensus-node (#42)
cae7ff8 refactor: privatize non-user-facing methods (#40)
09d4cf5 refactor: privatize ZpagesExporter#getAllTraces (#43)
1c467f2 doc: fix typo (#41)
5657364 feat: add package instrumentation-mongodb to opencensus-node (#30)
40ab487 feat: created jaeger exporter (#23)
fe80268 refactor: address instrumentation-http TODOs (#36)
d6f2fe3 refactor: tsconfig from core package (#35)
51f06fb feat: add package instrumentation-http2 to opencensus-node (#24)
22387ff fix: set currentRootSpan before start and set parentSpanId at span constructor (#32)

@opencensus/propagation-stackdriver@0.0.1

11 Jun 17:31
Compare
Choose a tag to compare

This release bumps the version of the @opencensus/propagation-stackdriver module to 0.0.1, with revised README documentation. There are no functional changes from the previous version.

Commits

bc7d181 doc: update readme.md files and add examples (#29)

@opencensus/propagation-b3@0.0.1

11 Jun 17:31
Compare
Choose a tag to compare
Pre-release

This is the first release of the @opencensus/propagation-b3 module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
6199de0 refactor: addressing additional review comments
3b564fd refactor(fix): changes to address review comments
ab7f722 refactor: refactor B3Format to implement core propagation interface
20c44f8 feat: add http/https automatic tracing
3474114 feat: add B3 propagation package

@opencensus/nodejs@0.0.1

11 Jun 17:31
Compare
Choose a tag to compare
Pre-release

This is the first release of the @opencensus/nodejs module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
e89c193 feat: add package instrumentation-all to opencensus-node (#22)
55933f4 feat: add package exporter-trace-zipkin to opencensus-node (#19)
6f5c697 feat: add onStartSpan method to OnEndSpanEventListener interface and rename it to SpanEventListener (#20)
fbf0ae0 refactor: rename nodejs package name and default instrumentation package name (#17)
5cdb893 refactor: rename moduleExporters to moduleExports in BasePlugin class and Plugin interface
d4185b0 refactor(fix): changes to address review comments
f32d3f7 test: add new test cases for pluginloader and tracing classes
c098984 refactor: rename file plugingloader.ts to pluging-loader.ts
e154e00 fix: minor tslint issues
a175446 style: update Copyright notice for nodejs package
f34fdc3 refactor: rename TracingImpl to Tracing and use core types and classes module namespaces
0cde438 feat: add config logger in start and unit test
b5fee87 test: add test-pluginloader and test-trancing
2def9ac feat: add nodejs module

@opencensus/instrumentation-https@0.0.1

11 Jun 17:36
Compare
Choose a tag to compare
Pre-release

This is the first release of the @opencensus/instrumentation-https module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
6f5c697 feat: add onStartSpan method to OnEndSpanEventListener interface and rename it to SpanEventListener (#20)
3b564fd refactor(fix): changes to address review comments
ab7f722 refactor: refactor B3Format to implement core propagation interface
20c44f8 feat: add http/https automatic tracing
497261a feat: http/https package structure

@opencensus/instrumentation-http@0.0.1

11 Jun 17:31
Compare
Choose a tag to compare
Pre-release

This is the first release of the @opencensus/instrumentation-http module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
6f5c697 feat: add onStartSpan method to OnEndSpanEventListener interface and rename it to SpanEventListener (#20)
6199de0 refactor: addressing additional review comments
3b564fd refactor(fix): changes to address review comments
0825262 fix: wrong return for outgoingRequest causing some tests failing in node 6
ab7f722 refactor: refactor B3Format to implement core propagation interface
20c44f8 feat: add http/https automatic tracing
497261a feat: http/https package structure

@opencensus/instrumentation-all@0.0.1

11 Jun 17:32
Compare
Choose a tag to compare
Pre-release

This is the first release of the @opencensus/instrumentation-all module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
e89c193 feat: add package instrumentation-all to opencensus-node (#22)

@opencensus/exporter-zpages@0.0.1

11 Jun 17:32
Compare
Choose a tag to compare
Pre-release

This is the first release of the @opencensus/exporter-zpages module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
9f5b444 feat: add package exporter-zpages to opencensus-node (#21)

@opencensus/exporter-stackdriver@0.0.1

11 Jun 17:32
Compare
Choose a tag to compare
Pre-release

This is the first release of the @opencensus/exporter-stackdriver module.

Commits

bc7d181 doc: update readme.md files and add examples (#29)
84ad67e refactor: stackdriver tsconfig - use gts (#28)
9f5b444 feat: add package exporter-zpages to opencensus-node (#21)
6f5c697 feat: add onStartSpan method to OnEndSpanEventListener interface and rename it to SpanEventListener (#20)
ed30be9 feat: add package exporter-trace-stackdriver to opencensus-node (#18)