Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

A demo of an app being instrumented using AppOptics/SolarWinds-APM custom instrumentation in a non-intrusive manner.

Notifications You must be signed in to change notification settings

appoptics/node-custom-centralized

Repository files navigation

What is this?

This is a demo of an app being instrumented using AppOptics/SolarWinds-APM custom instrumentation in a non-intrusive manner.

Running the demo (AppOptics)

  1. Build a container (AppOptics is Linux only): docker build . -t appoptics-custom
  2. Run and open shell: docker docker run -it --name appoptics --env APPOPTICS_SERVICE_KEY={valid_service_key} appoptics-custom sh
  3. to run the non-http trace demo npm run appoptics:non
  4. to run the http trace demo:
  • npm run appoptics:server
  • open another shell: docker exec -it appoptics sh
  • in the other shell: curl -i localhost:3000/
  1. Cleanup: docker container rm appoptics

What you get

Non HTTP

Non HTTP

HTTP

HTTP

About

A demo of an app being instrumented using AppOptics/SolarWinds-APM custom instrumentation in a non-intrusive manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published