Hi,
Filtering out the dimensions not informed allow us to have a config:
<dimensions>
name ${dimension_name1}
value ${dimension_value1}
</dimensions>
<dimensions>
name ${dimension_name2}
value ${dimension_value2}
</dimensions>
And don't inform the second one if we don't need to.
So we can use the same config for different metrics.
Hi, Filtering out the dimensions not informed allow us to have a config:
And don't inform the second one if we don't need to. So we can use the same config for different metrics.