signalfx-tracing
Version:
Provides auto-instrumentation for JavaScript libraries and frameworks
21 lines (15 loc) • 775 B
Markdown
Please reach out via a [GitHub issue](https://github.com/signalfx/signalfx-nodejs-tracing/issues)
before developing anything requiring a major code change.
If you are not a Splunk employee and would like to contribute code to this project, please read and fill out the
[](https://www.splunk.com/en_us/form/contributions.html).
```bash
$
$ docker-compose up -d -V --remove-orphans --force-recreate
$
$ yarn test
$ yarn lint
```
Running the tests within a `node:8` container in host network mode is highly recommended.
This ensures a more repeatable environment while being able to reach the data stores running on the host machine.