# TracedOptions.kind property · @imqueue/datadog

Source: https://imqueue.org/api/datadog/latest/datadog.tracedoptions.kind/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/datadog 3.2.0 — generated reference, not hand-written

Whether the decorated method serves work or calls out for it. Reported as the `span.kind` tag. Defaults to [TraceKind.SERVER](https://imqueue.org/api/datadog/latest/datadog.tracekind/).

**Signature:**

```typescript
kind: TraceKind;
```

