refactor: run InfluxDB reporter through AppMetrics instead of per-minute task

This commit is contained in:
spiral
2022-03-23 14:41:55 -04:00
parent 97c14b20b0
commit 38a3683fca
3 changed files with 1 additions and 4 deletions

View File

@@ -97,7 +97,6 @@ public class TaskHandler
// Other shiz
_metrics.Measure.Gauge.SetValue(Metrics.WebhookCacheSize, stats.Sum(x => x.WebhookCacheSize));
await Task.WhenAll(((IMetricsRoot)_metrics).ReportRunner.RunAllAsync());
_logger.Debug("Submitted metrics to backend");
}