Skip to content

Commit

Permalink
Try other type of metric
Browse files Browse the repository at this point in the history
  • Loading branch information
muphblu committed Nov 14, 2023
1 parent 8b28259 commit 5184904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ATI.Services.Consul/ConsulAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal class ConsulAdapter: IDisposable
{
private readonly ILogger _logger = LogManager.GetCurrentClassLogger();
private readonly ConsulClient _consulClient = new();
private readonly MetricsFactory _metricsFactory = MetricsFactory.CreateExternalHttpMetricsFactory();
private readonly MetricsFactory _metricsFactory = MetricsFactory.CreateHttpClientMetricsFactory(nameof(ConsulAdapter), "consul");

/// <summary>
/// Возвращает список живых сервисов
Expand Down

0 comments on commit 5184904

Please sign in to comment.