3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
35 stars 27 forks source link

Ensure that metric hierarchies of more than 2 levels are supported #114

Closed davidor closed 5 years ago

davidor commented 5 years ago

Up until now, in Porta it was possible to define hierarchies of metrics with only 2 levels. This is going to change to support the "APIs as a product" feature.

For apisonator, we need to ensure that hierarchies of more than 2 levels are supported. This means that we need to check things like:

Some of those things might already be working fine, but I think in the past, when implementing some features, we've assumed that it was fine to assume a max of 2 levels.

davidor commented 5 years ago

Done in #119 , #121 and #122

davidor commented 5 years ago

/cc @hallelujah @guicassolato This is one of the requirements for APIs as a product.