├── .github └── FUNDING.yml ├── .gitignore ├── Config.json ├── Gateway Monitor - FromDisk.pbit ├── Gateway Monitor - FromLake.pbit ├── Images ├── Architecture.png ├── AzurePortal_StorageConnStr.png ├── AzurePortal_StorageHierarchicalNamespace.png ├── ConfigFile.png ├── ConfigFile_PathProperty.png ├── PBI_Counters.png ├── PBI_GatewayProfile.png ├── PBI_LogPage.png ├── PBI_MashupLogs.png ├── PBI_MashupProfiles.png ├── PBI_QueriesPage.png ├── PBI_QueryConcurrency.png ├── PBI_RequestsPage.png ├── PBI_TemplateParams.png ├── PBI_TemplateParamsDisk.png ├── Setup_GatewayExportLogs.png ├── Setup_GatewayProperties.png └── Setup_ScheduleTask.png ├── LICENSE ├── PBIP ├── Gateway Monitor.Dataset │ ├── .pbi │ │ └── editorSettings.json │ ├── definition.pbidataset │ ├── diagramLayout.json │ ├── item.config.json │ ├── item.metadata.json │ └── model.bim ├── Gateway Monitor.Report │ ├── StaticResources │ │ ├── RegisteredResources │ │ │ ├── Logs_Background87715584692928.png │ │ │ ├── Mashup_profiles_Background8901081387888303.png │ │ │ ├── Requests_Background8022619583865385.png │ │ │ └── gateway-monitoring-solution-ba7306591542541692.png │ │ └── SharedResources │ │ │ └── BaseThemes │ │ │ └── CY22SU03.json │ ├── datasetDiagramLayout.json │ ├── definition.pbir │ ├── item.config.json │ ├── item.metadata.json │ └── report.json └── Gateway Monitor.pbip ├── README.md ├── Run.cmd ├── Run.ps1 ├── Tools - Get Dataset Refresh History.ps1 ├── UploadGatewayLogs.ps1 └── Utils.psm1 /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/.gitignore -------------------------------------------------------------------------------- /Config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Config.json -------------------------------------------------------------------------------- /Gateway Monitor - FromDisk.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Gateway Monitor - FromDisk.pbit -------------------------------------------------------------------------------- /Gateway Monitor - FromLake.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Gateway Monitor - FromLake.pbit -------------------------------------------------------------------------------- /Images/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/Architecture.png -------------------------------------------------------------------------------- /Images/AzurePortal_StorageConnStr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/AzurePortal_StorageConnStr.png -------------------------------------------------------------------------------- /Images/AzurePortal_StorageHierarchicalNamespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/AzurePortal_StorageHierarchicalNamespace.png -------------------------------------------------------------------------------- /Images/ConfigFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/ConfigFile.png -------------------------------------------------------------------------------- /Images/ConfigFile_PathProperty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/ConfigFile_PathProperty.png -------------------------------------------------------------------------------- /Images/PBI_Counters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_Counters.png -------------------------------------------------------------------------------- /Images/PBI_GatewayProfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_GatewayProfile.png -------------------------------------------------------------------------------- /Images/PBI_LogPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_LogPage.png -------------------------------------------------------------------------------- /Images/PBI_MashupLogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_MashupLogs.png -------------------------------------------------------------------------------- /Images/PBI_MashupProfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_MashupProfiles.png -------------------------------------------------------------------------------- /Images/PBI_QueriesPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_QueriesPage.png -------------------------------------------------------------------------------- /Images/PBI_QueryConcurrency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_QueryConcurrency.png -------------------------------------------------------------------------------- /Images/PBI_RequestsPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_RequestsPage.png -------------------------------------------------------------------------------- /Images/PBI_TemplateParams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_TemplateParams.png -------------------------------------------------------------------------------- /Images/PBI_TemplateParamsDisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/PBI_TemplateParamsDisk.png -------------------------------------------------------------------------------- /Images/Setup_GatewayExportLogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/Setup_GatewayExportLogs.png -------------------------------------------------------------------------------- /Images/Setup_GatewayProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/Setup_GatewayProperties.png -------------------------------------------------------------------------------- /Images/Setup_ScheduleTask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Images/Setup_ScheduleTask.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/LICENSE -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Dataset/.pbi/editorSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Dataset/.pbi/editorSettings.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Dataset/definition.pbidataset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Dataset/definition.pbidataset -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Dataset/diagramLayout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Dataset/diagramLayout.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Dataset/item.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Dataset/item.config.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Dataset/item.metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Dataset/item.metadata.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Dataset/model.bim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Dataset/model.bim -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/Logs_Background87715584692928.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/Logs_Background87715584692928.png -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/Mashup_profiles_Background8901081387888303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/Mashup_profiles_Background8901081387888303.png -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/Requests_Background8022619583865385.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/Requests_Background8022619583865385.png -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/gateway-monitoring-solution-ba7306591542541692.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/StaticResources/RegisteredResources/gateway-monitoring-solution-ba7306591542541692.png -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/StaticResources/SharedResources/BaseThemes/CY22SU03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/StaticResources/SharedResources/BaseThemes/CY22SU03.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/datasetDiagramLayout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/datasetDiagramLayout.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/definition.pbir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/definition.pbir -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/item.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/item.config.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/item.metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/item.metadata.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.Report/report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.Report/report.json -------------------------------------------------------------------------------- /PBIP/Gateway Monitor.pbip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/PBIP/Gateway Monitor.pbip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/README.md -------------------------------------------------------------------------------- /Run.cmd: -------------------------------------------------------------------------------- 1 | pwsh .\run.ps1 -------------------------------------------------------------------------------- /Run.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Run.ps1 -------------------------------------------------------------------------------- /Tools - Get Dataset Refresh History.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Tools - Get Dataset Refresh History.ps1 -------------------------------------------------------------------------------- /UploadGatewayLogs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/UploadGatewayLogs.ps1 -------------------------------------------------------------------------------- /Utils.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbigtwmonitor/HEAD/Utils.psm1 --------------------------------------------------------------------------------