Nelson Parente
Nelson Parente
# Description This PR reverts the changes introduced in https://github.com/dapr/dapr/pull/7522 and restores the default cardinality until version 1.15. The intention is to revert to a lower cardinality as the default...
# Description This PR implements the proposal https://github.com/dapr/proposals/pull/58. ```yaml spec: metric: enabled: true http: increasedCardinality: true pathMatching: ingress: - /orders/{orderID}/items/{itemID} - /users/{userID} egress: - /orders - /orders/{orderID}/items/{itemID} ``` PathMatching configuration...
# Description ## Issue reference Please reference the issue this PR will close: #_[issue number]_ ## Checklist Please make sure you've completed the relevant tasks for this PR, out of...