In Apigee Cloud Enterprise instance I have added Statistics collector policy and added the policy in all possible flows. I am trying to generate a report based on flow name. However, custom attributes of flow name is not appearing in analytics dimension section.
I have waited more than 2 hours to reflect the custom dimension. Any help will be appreciated.
My Statistics collector policy looks like this -
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StatisticsCollector async="false" continueOnError="false" enabled="true" name="SC_CollectFlowName">
<DisplayName>SC_CollectFlowName</DisplayName>
<Properties/>
<Statistics>
<Statistic name="FlowName" ref="current.flow.name" type="string">Unknown</Statistic>
</Statistics>
</StatisticsCollector>