Self hostingAdd other services
Datadog
Copy page
Add Datadog APM to your Inkeep Agent Framework services
Overview
Learn how to add Datadog APM to your Inkeep Agent Framework services.
Step 1: Install Datadog APM
From the root of your workspace, run the following command:
Step 2: Set up tracer.ts
In apps/run-api and apps/manage-api create a new file called tracer.ts and add the following code:
In apps/run-api/src/index.ts and apps/manage-api/src/index.ts add the following code to the top of the file before all other imports:
Additional Resources
For more information on how to configure APM, you can consult the official Datadog Node.js documentation.