Skip to content

Commit 173e9ad

Browse files
authored
Merge branch 'main' into renovate/github.com-golangci-golangci-lint-v2-2.x
2 parents de224bf + e5b04b1 commit 173e9ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

receiver/hostmetricsreceiver/internal/scraper/diskscraper/disk_scraper_others_fallback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ import (
1212

1313
const systemSpecificMetricsLen = 0
1414

15-
func (s *diskScraper) recordSystemSpecificDataPoints(_ pcommon.Timestamp, _ map[string]disk.IOCountersStat) {
15+
func (*diskScraper) recordSystemSpecificDataPoints(_ pcommon.Timestamp, _ map[string]disk.IOCountersStat) {
1616
}

receiver/hostmetricsreceiver/internal/scraper/memoryscraper/memory_scraper_others.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ func (s *memoryScraper) recordMemoryUtilizationMetric(now pcommon.Timestamp, mem
2424
s.mb.RecordSystemMemoryUtilizationDataPoint(now, float64(memInfo.Inactive)/float64(memInfo.Total), metadata.AttributeStateInactive)
2525
}
2626

27-
func (s *memoryScraper) recordSystemSpecificMetrics(_ pcommon.Timestamp, _ *mem.VirtualMemoryStat) {
27+
func (*memoryScraper) recordSystemSpecificMetrics(_ pcommon.Timestamp, _ *mem.VirtualMemoryStat) {
2828
}

0 commit comments

Comments
 (0)