Added open telemetry exporter to existing metric system. Improved config section for metrics
This commit is contained in:
@@ -73,7 +73,7 @@ public class MetricsBackgroundService : BackgroundService
|
||||
}
|
||||
|
||||
await Task.Delay(
|
||||
TimeSpan.FromSeconds(Configuration.Metrics.Interval),
|
||||
TimeSpan.FromSeconds(Configuration.OpenTelemetry.Metrics.Interval),
|
||||
stoppingToken
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user