feat(api,core): Методы в API для получения метрик заданий роботам, StatRobotMetricsController.
This commit is contained in:
7
PARR.Domain/DTOs/RobotMetrics/RobotStatusChartPoint.cs
Normal file
7
PARR.Domain/DTOs/RobotMetrics/RobotStatusChartPoint.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.Domain.DTOs.RobotMetrics
|
||||
{
|
||||
/// <summary>
|
||||
/// Статистика по Робот Сатусам, на графике
|
||||
/// </summary>
|
||||
public record RobotStatusChartPoint(DateTimeOffset Timestamp, int Wait, int InProgress, int Error, int Complete);
|
||||
}
|
||||
Reference in New Issue
Block a user