Share via

Application Insightsのログがうまく出ない

nmt 1 Reputation point
2022-08-15T08:35:17.467+00:00

初心者です。Azureでボットを構築し利用しています。
Application Insightsのログから「全質問と回答データ」クエリを実行し、質問(question)と答え(answer)を確認していたのですが、7/24~8/8の期間のみquestionとanswerの項目がブランクになっています。
ブランクの要因として、考えられる理由はなんでしょうか。
この期間の質問、回答を確認する方法はありますでしょうか。

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.

Azure AI Bot Service
Azure AI Bot Service

An Azure service that provides an integrated environment for bot development.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


1 answer

Sort by: Most helpful
  1. Ryan Hill 30,336 Reputation points Microsoft Employee Moderator
    2022-08-19T18:25:27.773+00:00

    I'm assuming you followed Add telemetry to your QnA Maker bot @nmt . If not, please have a look to ensure telemetry data is properly configured and view your property data through customEvents

       customEvents  
       | where name == 'QnaMessage'  
       | extend MyImportantProperty = tostring(customDimensions.MyImportantProperty)  
       | summarize count() by MyImportantProperty  
    

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.