In ApplicationInsights Analytics in the query explorer there is a table named traces that contains the telemetry data that is created if you call TrackTrace in c# code. We set up a continuous export to our blob storage but we cannot find the traces data. In the storage account there are just six virtual directories but there are much more tables in the query explorer. Is there any documentation about how the tables are mapped to the directories?
0
votes
1 Answers
0
votes
In Azure storage container, there should be a folder named Messages, you should be able to see the trace message in the blob file. Assuming you have enabled the configuration for Trace in your continuous export.
In my experience there should be 6 folder if you setup continuous export including Exception, Messages, PerformanceCounter,RDD(remote dependency) ,Request and one for Metrics.
I also browsed for the mapping documentation between App Insight tables and cont export directories but couldn't find any.
Hope it helped.