Skip to content

solarwinds/apm-js

Repository files navigation

@solarwinds-apm

This repo holds the source code for the OpenTelemetry-based SolarWinds APM Node.js library and its dependencies. If you're looking for information about the library itself, such as installation and usage instruction, check out its dedicated README.

Repository Setup

git lfs pull
yarn install

Examples

This project contains a few examples of how to use the library in the examples/ directory. They can be run using yarn example <name> from the project root.

  • hello is a simple hello world HTTP server.
  • hello-distributed is a simple distributed example where the main HTTP server sends a request to a secondary one and uses the response as its own response.
  • hello-manual is an example of how to use the OTel API for manually instrumenting code on top of solarwinds-apm.
  • express-mysql is a simple todo-list API using express and mysql2.
  • fastify-postgres is a simple todo-list API using fastify and pg.
  • next-prisma is a fullstack todo-list application using Next.js and Prisma.

Node.js Version Support

The packages in this project support all currently maintained LTS versions. At the moment this means Node.js 16, 18 and 20 are supported.

License

This project is licensed under the Apache License, Version 2.0.