# TracedOptions.tags property · @imqueue/opentelemetry

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

Extra attributes to set on every span the decorator creates. Applied after the automatic ones, so a key used here overrides the automatic value — including `resource.name`, if you want to name the operation yourself.

**Signature:**

```typescript
tags?: TraceAttributes;
```

