0.3.1 • Published 4 years ago

haystack-client v0.3.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

Build Status License

Haystack bindings for Nodejs OpenTracing API.

This is Haystack's client library for Nodejs that implements OpenTracing API 1.0.

How to use the library?

Check our detailed example on how to initialize tracer, start a span and send it to one of the dispatchers.

How to build this library?

make build

This library has been written in typescript, so we first compile them into js files under dist/ folder

How to run the example code

make build
mkdir -p logs && node dist/examples/index.js

How to release this library?

We publish using the git tag. The version.js under scripts/ folder verifies if new tag is greater than current published version on npm. If it is good, it updates the new version in package.json under dist/ and publish it on npm

0.3.1

4 years ago

0.3.0

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago