This repository contains demo Node.js apps to showcase tracing support for selected libraries.
- You need to have
docker-compose
installed. The demos have been created and tested on Mac OS X withdocker-compose
anddocker-machine
. - Access to an Instana tenant unit.
Create a .env
file in the root folder of the repository with the following content (values adjusted as necessary):
agent_key=<ENTER YOUR AGENT KEY HERE>
agent_endpoint=<local ip or remote host; e.g., saas-us-west-2.instana.io>
agent_endpoint_port=<443 already set as default; or 4443 for local>
agent_zone=<optional, name of the zone for the agent; default: nodejs-demos>
This configuration is shared by all demo apps.