This commit is contained in:
@@ -323,7 +323,7 @@ namespace AyaNova.Biz
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//STOCK JOBS
|
|
||||||
//Capture metrics
|
//Capture metrics
|
||||||
CoreJobMetricsSnapshot.DoJob();
|
CoreJobMetricsSnapshot.DoJob();
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,23 @@ namespace AyaNova.Biz
|
|||||||
//
|
//
|
||||||
public static void DoJob()
|
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
|
#region worksheet
|
||||||
//https://github.com/sebastienros/memoryleak/blob/master/src/MemoryLeak/MemoryLeak/Controllers/DiagnosticsController.cs
|
//https://github.com/sebastienros/memoryleak/blob/master/src/MemoryLeak/MemoryLeak/Controllers/DiagnosticsController.cs
|
||||||
// //DATA TYPES .net to postgres map
|
// //DATA TYPES .net to postgres map
|
||||||
|
|||||||
Reference in New Issue
Block a user