clisboa / Azure-AS-Tracer

A windows service / console application to create & subscribe to Analysis Services XEvents and save them on disk in JSON format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure-AS-Tracer

A windows service / console application to create & subscribe to Analysis Services XEvents and save them on disk in JSON format.

Although it was created for Azure Analysis Services it also work well with SQL Server Analysis Services.

Usage info: https://devscopebi.wordpress.com/2017/07/20/azure-analysis-services-tracer-aka-azureastrace-exe/

Install & Run

  • Download \dist folder

  • Run 'setup.install.bat' with 'run as administrator'

  • Change the Analysis Services connection string on 'AzureASTrace.exe.config'

  • Start the Windows Service

  • Change the XEvent trace template - Optional

Run in Console Mode

Simply execute AzureASTrace.exe

Output

Trace events will be stored in the output folder (configurable) as JSONL files organized by Date and Event Type.

Power BI

Use the Power BI Template to analyse the trace output files:

About

A windows service / console application to create & subscribe to Analysis Services XEvents and save them on disk in JSON format.

License:MIT License


Languages

Language:C# 99.8%Language:Batchfile 0.2%