Open
Description
opened on Sep 30, 2020
As discussed today with @andrewsouthard1 @sallareznov and @cverdier we are going to work soon (days, weeks) on a http4s instrumentation since this is our http framework of choice @Colisweb
We'd appreciate if from @DataDog team you could enhance the contributing page to answer a few questions:
- how to build a new version of the agent ? how to unit test ? answer
- what are the core concepts when designing a new integration ?
From @Colisweb side here is the plan for the first steps:
- build a POC application with an existing integration for a async framework which is not using threads (play ? akka-http?)
- make sure that with this POC we see correlated APM traces between incoming http requests and SQL requests (and maybe outgoing http requests)
- check that we can attach our own spans to the trace created by the instrumentation
- start building the http4s integration
- test it on our POC application
Activity