OtelTracesDataSourceResourceAttributeRouting interface
Specifies the routing policy based on OTLP payload resource attributes to route subset of the payload according to matching resource attribute.
Inherited Properties
| attribute |
The name of the resource attribute to match. |
| attribute |
The value of the resource attribute to match. |
Inherited Property Details
attributeName
The name of the resource attribute to match.
attributeName?: string
Property Value
string
Inherited From OtelDataSourceResourceAttributeRouting.attributeName
attributeValue
The value of the resource attribute to match.
attributeValue?: string
Property Value
string
Inherited From OtelDataSourceResourceAttributeRouting.attributeValue