haystack-blobs

0.1.3 • Public • Published

Build Status License

Haystack Blobs Library

node module that dispatches req/resp blobs to haystack-agent and add corresponding span tag

How to use the library?

Check our detailed example on how to initialize opentracing haystack tracer, blob client, start a span, write request/response blobs 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

/haystack-blobs/

    Package Sidebar

    Install

    npm i haystack-blobs

    Weekly Downloads

    7

    Version

    0.1.3

    License

    Apache-2.0

    Unpacked Size

    44.7 kB

    Total Files

    28

    Last publish

    Collaborators

    • expedia_haystack