pub const MESSAGING_DESTINATION_TEMPLATE: &'static str;
Expand description

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.

ยงExamples

  • /customers/{customerId}