router icon indicating copy to clipboard operation
router copied to clipboard

DataDog tracking error

Open mohit61 opened this issue 3 years ago • 0 comments

I integrated datadog in the apollo-router, after integration I did the load test(400rps), and I started getting following errors: ERROR apollo_router::plugins::telemetry: OpenTelemetry trace error occurred: cannot send span to the batch span processor because the channel is full

Machine Info

  • OS: CentOS
  • No. of cores: 8
  • Memory: 15G

This is my router config for datadog:

telemetry:
  tracing:
    trace_config:
      service_name: router
    datadog:
      endpoint: default

Below is the cpu and memory info when error starts occuring: cpu_memory_router

mohit61 avatar Sep 15 '22 08:09 mohit61