Kamon icon indicating copy to clipboard operation
Kamon copied to clipboard

Add appropriate span.type tags on the Datadog Spans reporter

Open ivantopo opened this issue 4 years ago • 0 comments

This discussion started on #1096, thanks to @seglo for bringing it up!

Datadog might show spans differently in their UI based on the span.type tag and there is a tiny list of possibilities in their docs:

  • Cache
  • Custom
  • DB
  • Serverless function
  • Web

We should figure out what are the exact values for each case and automatically add those tags in the reporter.

ivantopo avatar Jan 25 '22 15:01 ivantopo