Skip to content

Commit

Permalink
Added call for new method
Browse files Browse the repository at this point in the history
  • Loading branch information
anshajsingh committed Jan 17, 2025
1 parent 3387283 commit 4100128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/pkg/metrics/performance_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4100128

Please sign in to comment.