This commit is contained in:
2020-05-25 22:59:22 +00:00
parent 63fc45db84
commit 764f891ff4
2 changed files with 18 additions and 1 deletions

View File

@@ -323,7 +323,7 @@ namespace AyaNova.Biz
}
}
//STOCK JOBS
//Capture metrics
CoreJobMetricsSnapshot.DoJob();

View File

@@ -38,6 +38,23 @@ namespace AyaNova.Biz
//
public static void DoJob()
{
/*
TODO:
Add routes with downsampling / decimation option
i.e. Fetch(timeperiod, results to fetch) if(resultstofetch < result of query for timeperiod downsample to make it fit)
Add the other key metrics (datadog)
UI bit
Finally
make sure all the constants are set back to their proper production / testing values
*/
#region worksheet
//https://github.com/sebastienros/memoryleak/blob/master/src/MemoryLeak/MemoryLeak/Controllers/DiagnosticsController.cs
// //DATA TYPES .net to postgres map