From 4100128d2909b59298cc0bcb7778d83d095b68dc Mon Sep 17 00:00:00 2001 From: anshajsingh Date: Fri, 17 Jan 2025 13:40:26 +0530 Subject: [PATCH] Added call for new method --- collector/pkg/metrics/performance_metrics.go | 1 + 1 file changed, 1 insertion(+) diff --git a/collector/pkg/metrics/performance_metrics.go b/collector/pkg/metrics/performance_metrics.go index 9bf15d2..b86e939 100644 --- a/collector/pkg/metrics/performance_metrics.go +++ b/collector/pkg/metrics/performance_metrics.go @@ -117,6 +117,7 @@ func (s *Scraper) CollectPerformanceMetrics() { s.collectQueriesMetrics(ctx, pc) s.collectMetricsPerDB(ctx, pc) + s.collectTempFileMetrics(ctx, pc) s.collectCommonPerfMetrics(ctx, pc) s.collectCountStatMetrics(ctx, pc) logger.Info("Performance metrics collection finished")