All monitoring artifacts that leave a given host, that is have the host as its resource, are enriched with the host-level resource attributes.
Host-level resource attributes are resource attributes of monitored hosts. All events raised by and measurements coming from OneAgent components running on a given host are enriched with those attributes. You can then use them in your queries to structure and filter the monitoring data.
You can also use some of the attributes to create policies to manage data access. See Unavailable in Dynatrace Managed and search for fields tagged as Permission
If you have access to a host with OneAgent installed, you can inspect the dt_host_metadata.json and dt_host_metadata.properties to see the scope of resource attributes enrichment provided by OneAgent. For more information, see Enrich ingested data with Dynatrace-specific fields.
You can create your own attributes by configuring key-value tags and properties set via oneagentctl or through Remote configuration management of OneAgents and ActiveGates. Custom tags and properties defined this way are reported as flat, first-level resource attributes.
The key tags with no value are ignored.
Tags assigned through automated rules, environment variables, and Topology and Smartscape API are not included.
| Attribute | Description |
|---|---|
Custom host tags | |
| Note that difference between
For more information, see Organize your environment using host groups. |
| An entity ID of an entity of type HOST. |
| An entity ID of an entity of type |
| The host name as determined depending on the data source, for example OneAgent, Extensions, or OpenTelemetry. Host name can be modified based on naming rules. Note that this not an entity ID of an entity of type |
| Attribute | Description |
|---|---|
| An entity ID of an entity of type |
| An entity ID of an entity of type |
| A specific availability zone in given AWS Region. For example, |
| A specific geographical AWS Cloud location. For example, |
| The unique identifier of the resource. |
| Attribute | Description |
|---|---|
| An entity ID of an entity of type |
| An entity ID of an entity of type |
| A specific geographical location of Azure Cloud resource, retrieved from the |
| Azure Virtual Machine unique 128bits identifier. |
| Attribute | Description |
|---|---|
| A permanent identifier that is unique within your Google Cloud project. |
| The identifier of the GCP project associated with this resource. |
| An entity ID of an entity of type |
| A zone is a subset of a region. Each region has three or more zones. For example, |
| A region is a specific geographical location where you can host your resources. For example, |
| Attribute | Description |
|---|---|
| A specific availability zone in a given OpenStack region. For example, |
| UUID of an OpenStack instance. |
| Attribute | Description |
|---|---|
| As the Kubernetes cluster name is not readily available, Dynatrace identifies the cluster by the UID of the kube-system namespace. Available only in Dynatrace Operator deployments. |
| A Kubernetes name of the Node. Available only in Dynatrace Operator deployments. |
| Attribute | Description |
|---|---|
| A unique identifier assigned to each deployed BOSH instance. |
| A specific geographical BOSH location. For example, |
| A unique identifier to a deployment or instance. |
To ensure consistent and reliable metric ingestion, resource attributes normalization is applied to all relevant internal metric keys and values. This process helps prevent metrics from being dropped due to invalid or malformed dimensions.
| Rule description | Details |
|---|---|
| Invalid Characters | An invalid character or a series of invalid characters is replaced with one underscore _. For example, zaó$%ć is replaced with za_. |
| Empty Keys | Dimensions with no valid characters are skipped |
| Key Length Limit | OneAgent version 1.317+ Max. 350 characters (previously max. 100 characters) |
| Rule description | Details |
|---|---|
| Allowed Characters | All non-control characters (ASCII & Unicode) |
| Control Characters | Not allowed. A control character (that is a character used as an instruction and is not displayed; for example, line break, tab) or a series of those characters is replaced with one underscore _. |
| Value Length Limit | OneAgent version 1.313+ Max. 2048 characters (previously max. 255 characters) |
| Quoted Values | If value starts and ends with ", it is escaped |
To align with the current specification, a specific dimension hierarchy and defined limits are used to prevent warnings and metric drops caused by exceeding those limits.
By default, the global dimension limit is equal to 100 and the customer-defined dimension limit is 40% of the global limit.