diff --git a/src/worker.rs b/src/worker.rs index b28ce49..dcf2c04 100644 --- a/src/worker.rs +++ b/src/worker.rs @@ -285,6 +285,8 @@ impl Worker { run_id = %task.run_id, task_name = %task.task_name, attempt = task.attempt, + // This makes things render nicely on AWS X-Ray when propagating trace contexts. + otel.kind = "server", ); // Extract and set parent trace context from headers (for distributed tracing)