In below mentioned details what is messageid( ) that we are collecting from stats collector policy .

<StatisticsCollector async="false" continueOnError="false" enabled="true" name="ApiCommonComponent_StatsCollector_LogUUID"> <DisplayName>ApiCommonComponent_StatsCollector_LogUUID</DisplayName> <FaultRules/> <Properties/> <Statistics> <Statistic name="_log_uuid" ref="messageid" type="STRING">{messageid}</Statistic> </Statistics> </StatisticsCollector>

0 2 269
2 REPLIES 2

Hi @Vaibhav Heddurshetti messageId is an Apigee internal property which is used to track the flow of a message (a HTTP request/response) across different Apigee components. I don't think this is of great use to a user of the platform.

Can you please elaborate more why are you collecting this ?

Thanks sarthak .

We are using this to find out the Apigee component if in case gatewaytimeout occurs.