feat(api, bll): переделал сервис получения статистики из RabbitMQ. StatRabbitMqController - статистика по очередям и соединениям
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using PARR.DAL.Services.Interfaces;
|
||||
|
||||
namespace PARR.API.Contracts.V1.Responses.Statistics
|
||||
{
|
||||
public class StatRabbitMqQueueResponse
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
|
||||
public int Consumers { get; set; }
|
||||
|
||||
public int MessagesTotal { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user