Added open telemetry exporter to existing metric system. Improved config section for metrics

This commit is contained in:
2025-08-23 22:09:00 +02:00
parent c02c13bf90
commit 2c5d45e9c2
4 changed files with 87 additions and 23 deletions

View File

@@ -73,7 +73,7 @@ public class MetricsBackgroundService : BackgroundService
}
await Task.Delay(
TimeSpan.FromSeconds(Configuration.Metrics.Interval),
TimeSpan.FromSeconds(Configuration.OpenTelemetry.Metrics.Interval),
stoppingToken
);
}