Enum TelemetryHelper.Events
Telemetry events to report to Application Insights.
Namespace: CrashCABN.Shared
Assembly: CrashCABN.Shared.dll
Syntax
public enum Events
Fields
| Name | Description |
|---|---|
| AnalyzerCompleted | Event tracking when the Analyzer Azure Function has successfully completed. |
| AnalyzerFailed | Event tracking when the Analyzer Azure Function has failed to complete. |
| AnalyzerMissingAnalysisFile | Event tracking when the Analyzer Azure Function did not find any analysis files. This should never happen if the analysis is coming from the WER pipeline. |
| AnalyzerNoMetadataFilesFound | Event tracking when the Analyzer Azure Function did not find any metadata files. This may be expected. |
| AnalyzerParsingStarted | Event tracking when the Analyzer Azure Function has started parsing files (e.g. crash metadata). |
| AnalyzerProcessingStarted | Event tracking when the Analyzer Azure Function has started processing a crash. |
| AnalyzerReprocessingStarted | Event tracking when the Analyzer Azure Function has started re-processing a crash. |
| AnalyzerStarted | Event tracking when the Analyzer Azure Function has been triggered. |
| AppCenterFinishedProcessing | Event tracking when Ingestion has finished processing crashes. |
| AppCenterNewCrash | Event tracking when Ingestion has received a new crash from AppCenter. |
| AppCenterReceivedTitleCrash | Event tracking when Ingestion has determined the title the AppCenter crash belongs to. |
| AppCenterUploadingCrash | Event tracking when Ingestion has begun uploading AppCenter attachments and analysis. |
| AppCenterUploadingCrashComplete | Event tracking when Ingestion has finished uploading AppCenter attachments and analysis. |
| BugFilerBugSubmissionStarted | Event tracking when the Bug Filer Azure Function has started submitting the bug to VSTS. |
| BugFilerCompleted | Event tracking when the Bug Filer Azure Function has successfully completed. |
| BugFilerFailed | Event tracking when the Bug Filer Azure Function has failed to complete. |
| BugFilerStarted | Event tracking when the Bug Filer Azure Function has been triggered. |
| BugFilerVstsFailed | Event tracking when the Bug Filer Azure Function has encountered a failure pertaining VSTS. |
| BugIgnored | Event tracking when a bug is ignored (and not filed). |
| CrashDownloadResult | Result from downloading crash. |
| CrashExtractionResult | Result from extracting crash. |
| CriticalInfrastructureFailure | Event tracking critical infrastructure failures not relating to SQL. |
| CriticalInfrastructureSQLFailure | Event tracking critical infrastructure failures relating to SQL. |
| CustomAnalysisDebugSessionCreated | Event tracking when debug session is created in custom analysis. |
| CustomAnalysisDebugSessionStarted | Event tracking when debug session has started in custom analysis. |
| CustomAnalysisFinished | Event tracking when custom analysis finishes. |
| CustomAnalysisReceivedDaasOutput | Event tracking when DaaS output is received for custom analysis. |
| CustomAnalysisRetrievedAnalysisUri | Event tracking when analysis URI is retrieved for custom analysis. |
| CustomAnalysisSettingUpDaas | Event tracking when DaaS is being set up. |
| CustomAnalysisStarted | Event tracking when custom analysis starts. |
| CustomAnalysisUploadingToForwardLocation | Event tracking when custom analysis is being uploaded to forward location. |
| CustomAnalysisUploadingToUploadLocation | Event tracking when custom analysis is being uploaded to upload location. |
| DeletingDownloadedCrashContent | Deleting expanded content from crash. |
| DetectedConflictingSandboxInfo_MissingDevFlagFile | WatsonAnalysis.xml has a sandbox KVP value (indicates non-retail) but we did not find the specified dev flag file (indicates retail). |
| DetectedConflictingSandboxInfo_MissingKVP | WatsonAnalysis.xml is missing the sandbox KVP node (indicates retail) but we found the specified dev flag file anyway (indicates non-retail). |
| DownloadingCrash | Downloading Crash Event |
| FinishedUploadingBlobs | Finished uploading blobs to blob storage. |
| ForwardedWatsonAnalysis | Event tracking when forwarding Watson analysis to a storage blob is completed. |
| ForwardingWatsonAnalysis | Event tracking when forwarding Watson analysis to a storage blob is starting. |
| InfraInitialization | Event tracking infrastructure initialization by any CrashCABN component. |
| InstanceScaleInInitiated | Event for when a scale in by Azure is occurring (may include some shutdowns as well). |
| KeyVaultOperation | Event tracking infrastructure Key Vault operations by any CrashCABN component. |
| MailedMonthlyRetailRequests | Event tracking when mailer has sent email for a title's monthly retail requests. |
| MailingMonthlyRetailRequests | Event tracking when mailer is beginning to send monthly emails for retail requests. |
| MonitorExceededMaximumTries | Event tracking when Monitor has detected a poisoned message that has been dequeued more than the maximum number of tries. |
| MonitorFinishedProcessing | Event tracking when Monitor has completed processing poisoned messages. |
| MonitorProcessing | Event tracking when Monitor has sent a poisoned message back for processing. |
| MonitorRequest | Event tracking when Monitor has begun reprocessing a poisoned message. |
| NewURIReceived | New URI received. |
| NoDevFlagFileConfigured | The optional dev flag file was not configured. This event is for informational purposes only. |
| OnStartCalled | Event for when the OnStart is called, this is used to track sessions that may have no other events. |
| OnStopCalled | The OnStop event was called. |
| RetrievedAnalysis | Retrieved analysis for this crash. |
| RetrievedSandbox | Retrieved the sandbox name for this crash. |
| SqlOperation | Event tracking infrastructure SQL operations by any CrashCABN component. |
| StorageOperation | Event tracking infrastructure storage operations by any CrashCABN component. |
| SuccessfullyCompletedProcess | Event tracking when Ingestion's entire process completes successfully. |
| UploadingBlobs | Starting uploading blobs to blob storage. |
| VerifyShutdownCompleted | Event for when the shutdown process waiting is completed. |
| VerifyShutdownStarted | Event for when Verify Shutdown is called. |
| VerifyShutdownWaiting | Event for when shutdown is being paused in order for a task to complete. |
| VstsOperation | Event tracking infrastructure VSTS operations by any CrashCABN component. |