feat(api): StatRabbitMqController GetConnectionStats добавлен параметр ThresholdConnections, вынесен в настройки
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace PARR.API.Contracts.V1.Responses.Statistics
|
||||
{
|
||||
public class StatRabbitMqConnectionsResponse
|
||||
{
|
||||
public StatRabbitMqConnectionsMonitoringSettings MonitoringSettings { get; set; }
|
||||
|
||||
public object? MqData { get; set; }
|
||||
}
|
||||
|
||||
public class StatRabbitMqConnectionsMonitoringSettings
|
||||
{
|
||||
public int ThresholdConnections { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user