TraceAttributes::MESSAGING_DESTINATION_TEMPLATE
Low cardinality representation of the messaging destination name.
Destination names could be constructed from templates. An example would be a destination name involving a user name or product id. Although the destination name in this case is of high cardinality, the underlying template is of low cardinality and can be effectively used for grouping and aggregation.
@example /customers/{customerId}
File
-
vendor/
open-telemetry/ sem-conv/ TraceAttributes.php, line 2607
Class
Namespace
OpenTelemetry\SemConvCode
public const MESSAGING_DESTINATION_TEMPLATE = 'messaging.destination.template';