honeycomb-beeline

automatic instrumentation for honeycomb.io

Usage no npm install needed!

<script type="module">
  import honeycombBeeline from 'https://cdn.skypack.dev/honeycomb-beeline';
</script>

README

Honeycomb Beeline for NodeJS

OSS Lifecycle CircleCI npm

This package makes it easy to instrument your Express/NodeJS application to send useful events to Honeycomb, a service for debugging your software in production.

Dependencies

  • Node 10+

Known Issues

  • Using a bundler (esbuild, webpack, etc.) with the Beeline is unsupported. You may be able to use the Beeline with a bundler, but auto-instrumentations will likely not work.

Contributions

Features, bug fixes and other changes to beeline-nodejs are gladly accepted. Please open issues or a pull request with your change. Remember to add your name to the CONTRIBUTORS file!

All contributions will be released under the Apache License 2.0.

Running postgresql tests locally

If you don't have postgresql running locally, you can launch postgresql in docker.

docker run -p 5432:5432 -e POSTGRES_USER=root circleci/postgres:9-alpine-ram

Then run the tests using

PGUSER=root PGDATABASE=postgres npm test