---
title: Queues
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Queues
---

# Queues

This table contains queues, which are messaging components used for asynchronous communication. Populated by [APM](https://docs.datadoghq.com/tracing/) or the [Software Catalog](https://docs.datadoghq.com/internal_developer_portal/software_catalog/).

```
dd.queues
```

## Fields

| Title                  | ID                     | Type | Data Type     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ---------------------- | ---------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                   | name                   | core | string        | The unique name assigned to the queue, used for identification and categorization. It's meant to be both human-recognizable and machines to use it as a reference.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Base Service Names     | base_service_names     | core | array<string> | In APM, the base service name is the original service name defined by the user or instrumentation (typically via DD_SERVICE). It's the canonical name for the service emitting spans. When a span is emitted with a different service name—such as for outgoing requests to databases or external APIs—it creates a Service Override (or "fake service"). The base service is the service where the override was created. The base_service_names field lists all base services that have emitted spans using this service name as an override. It shows which canonical services reference the current service in their traces. |
| Display Name           | display_name           | core | string        | The preferred display name of entity, often used if the name field is overly technical or not descriptive.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Description            | description            | core | string        | Provides detailed information about the function or purpose of the queue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Tags                   | tags                   | core | hstore        | This field contains an array of tags, each represented as a key-value pair, used to categorize and provide metadata about the associated entity.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Owner                  | owner                  | core | string        | Represents the handle for the team that owns the queue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Lifecycle              | lifecycle              | core | string        | Indicates the current stage of the queue or product as defined by the owner, such as 'production', 'development', or 'stable'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Tier                   | tier                   | core | string        | Indicates the classification or level of queue as defined by the owner, which may affect priority or access. Common values include different tier levels such as Tier1, Tier2, etc.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Languages              | languages              | core | array<string> | The list of programming languages that the queue is written in. Each element in the array represents a language used or supported.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Pipelines              | pipelines              | core | array<string> | This field stores an array of pipeline configurations, which may include various settings and parameters for data processing workflows.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Pagerduty Service ID   | pagerduty_service_id   | core | string        | The PagerDuty service ID associated with this queue for incident management.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Definition API Version | definition_api_version | core | string        | The version of the definition used to register the entity, often in the form of a YAML file in a repository.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Product Areas          | product_areas          | core | array<string> | Lists the Datadog product areas enabled for the queue, represented as an array of strings. Each element indicates a distinct product area such as APM or USM.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
