Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps the go-dependencies group with 9 updates in the / directory:

Package From To
github.com/go-logr/logr 1.4.2 1.4.3
github.com/oklog/run 1.1.0 1.2.0
github.com/olekukonko/tablewriter 1.0.5 1.1.0
github.com/prometheus/client_golang 1.22.0 1.23.2
github.com/prometheus/exporter-toolkit 0.14.0 0.14.1
go.uber.org/zap 1.26.0 1.27.0
k8s.io/api 0.31.0 0.31.13
k8s.io/client-go 0.31.0 0.31.13
sigs.k8s.io/controller-runtime 0.19.0 0.22.3

Updates github.com/go-logr/logr from 1.4.2 to 1.4.3

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.3

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

Commits
  • 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
  • f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  • 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17
  • 511e5fa Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...
  • d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15
  • 158c311 Merge pull request #366 from thockin/master
  • c79ddb3 Update to support golangci-lint v2
  • 20a64ba build(deps): bump github/codeql-action from 3.28.12 to 3.28.13
  • 0385e14 Add comments around slog exceptions
  • Additional commits viewable in compare view

Updates github.com/oklog/run from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/oklog/run's releases.

v1.2.0

This long-overdue release includes correctness fixes to the SignalHandler helper, and a new ContextHandler helper. The minimum Go version in the go.mod file has been bumped from 1.13 to 1.20. As always, please test with your code before deploying to production, and file issues for any problems you encounter.

What's Changed

New Contributors

Full Changelog: oklog/run@v1.1.0...v1.2.0

Commits

Updates github.com/olekukonko/tablewriter from 1.0.5 to 1.1.0

Commits

Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits

Updates github.com/prometheus/client_model from 0.6.1 to 0.6.2

Release notes

Sourced from github.com/prometheus/client_model's releases.

v0.6.2

What's Changed

Full Changelog: prometheus/client_model@v0.6.1...v0.6.2

Commits
  • eb136e5 Merge pull request #119 from prometheus/superq/google.golang.org/protobuf
  • bf7f2ca Update golanci-lint to v2.
  • 7e9b56c Bump google.golang.org/protobuf from 1.36.5 to 1.36.6
  • ef699ce Merge pull request #116 from prometheus/repo_sync
  • bf8b12e Update common Prometheus files
  • 5b93968 Merge pull request #115 from prometheus/repo_sync
  • ae83ddc Update common Prometheus files
  • afe0b21 Merge pull request #114 from prometheus/repo_sync
  • 75e1daf Update common Prometheus files
  • 73608e2 Merge pull request #113 from prometheus/dependabot/go_modules/google.golang.o...
  • Additional commits viewable in compare view

Updates github.com/prometheus/exporter-toolkit from 0.14.0 to 0.14.1

Release notes

Sourced from github.com/prometheus/exporter-toolkit's releases.

v0.14.1

What's Changed

New Contributors

Full Changelog: prometheus/exporter-toolkit@v0.14.0...v0.14.1

Commits

Updates github.com/prometheus/procfs from 0.15.1 to 0.16.1

Release notes

Sourced from github.com/prometheus/procfs's releases.

v0.16.1

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.16.0...v0.16.1

v0.16.0

What's Changed

... (truncated)

Commits

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates go.uber.org/zap from 1.26.0 to 1.27.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.0

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.0 (20 Feb 2024)

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Commits
  • fcf8ee5 Release v1.27.0 (#1419)
  • e5a56ee Add WithPanicHook logger option for panic log tests (#1416)
  • 0e2aa4e assets: Fix logo color profile (#1418)
  • 956a21c Add methods for logging with level as argument (#1406)
  • 2a893f6 build(deps): bump golangci/golangci-lint-action from 3 to 4 (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 14, 2025
@github-actions github-actions bot added the chore Routine tasks or maintenance label Oct 14, 2025
@github-actions
Copy link
Contributor

📊 Profiling reports are ready to be viewed

⚠️ Variability in pprof CPU and Memory profiles
When comparing pprof profiles of Kepler versions, expect variability in CPU and memory. Focus only on significant, consistent differences.

💻 CPU Comparison with base Kepler
File: kepler
Build ID: cf2b822d4d2e1a8cd52222b8907cf8630b5b4c95
Type: cpu
Time: 2025-10-14 08:59:09 UTC
Duration: 120s, Total samples = 4.22s ( 3.52%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 0.05s, 1.18% of 4.22s total
Dropped 1 node (cum <= 0.02s)
      flat  flat%   sum%        cum   cum%
         0     0%     0%      0.05s  1.18%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
     0.01s  0.24%  0.24%      0.05s  1.18%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  0.24%     -0.04s  0.95%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
     0.04s  0.95%  1.18%      0.04s  0.95%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  1.18%      0.03s  0.71%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
     0.03s  0.71%  1.90%      0.03s  0.71%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
    -0.03s  0.71%  1.18%     -0.03s  0.71%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
     0.03s  0.71%  1.90%      0.03s  0.71%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  1.90%      0.03s  0.71%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  1.90%      0.03s  0.71%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
         0     0%  1.90%     -0.02s  0.47%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
    -0.02s  0.47%  1.42%     -0.02s  0.47%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0%  1.42%      0.02s  0.47%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  1.42%      0.02s  0.47%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  1.42%      0.02s  0.47%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%  1.42%      0.02s  0.47%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  1.42%      0.02s  0.47%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  1.42%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
     0.01s  0.24%  1.66%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%  1.66%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
    -0.01s  0.24%  1.42%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
    -0.01s  0.24%  1.18%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
💾 Memory Comparison with base Kepler (Inuse)
File: kepler
Build ID: cf2b822d4d2e1a8cd52222b8907cf8630b5b4c95
Type: inuse_space
Time: 2025-10-14 09:01:09 UTC
Duration: 120.02s, Total samples = 5876.29kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -520.64kB, 8.86% of 5876.29kB total
      flat  flat%   sum%        cum   cum%
         0     0%     0% -1032.65kB 17.57%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%     0% -1032.65kB 17.57%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%     0% -1032.65kB 17.57%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%     0% -1032.65kB 17.57%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%     0% -1032.65kB 17.57%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%     0% -1032.65kB 17.57%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0%     0% -1032.65kB 17.57%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
 -516.64kB  8.79%  8.79%  -516.64kB  8.79%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  8.79%  -516.64kB  8.79%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  8.79%  -516.64kB  8.79%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
 -516.01kB  8.78% 17.57%  -516.01kB  8.78%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0% 17.57%   512.01kB  8.71%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
  512.01kB  8.71%  8.86%   512.01kB  8.71%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: cf2b822d4d2e1a8cd52222b8907cf8630b5b4c95
Type: alloc_space
Time: 2025-10-14 09:01:09 UTC
Duration: 120.02s, Total samples = 166.45MB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 8.02MB, 4.82% of 166.45MB total
Dropped 1 node (cum <= 0.83MB)
      flat  flat%   sum%        cum   cum%
         0     0%     0%     4.98MB  2.99%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%     0%     4.98MB  2.99%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%     0%     4.98MB  2.99%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%     0%     4.98MB  2.99%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%     0%     4.98MB  2.99%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
       4MB  2.40%  2.40%        4MB  2.40%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  2.40%        4MB  2.40%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  2.40%        4MB  2.40%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
         0     0%  2.40%     3.50MB  2.10%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
       1MB   0.6%  3.00%     3.50MB  2.10%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  3.00%     3.50MB  2.10%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
    0.51MB  0.31%  3.31%     2.51MB  1.51%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
    2.51MB  1.51%  4.82%     2.51MB  1.51%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  4.82%     2.51MB  1.51%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  4.82%     2.51MB  1.51%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
    2.50MB  1.50%  6.32%     2.50MB  1.50%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
    2.50MB  1.50%  7.82%     2.50MB  1.50%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0%  7.82%     2.47MB  1.48%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
    0.51MB  0.31%  8.13%     2.47MB  1.48%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
   -2.04MB  1.22%  6.90%    -2.04MB  1.22%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
      -2MB  1.20%  5.70%       -2MB  1.20%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0%  5.70%     1.50MB   0.9%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%  5.70%    -1.03MB  0.62%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
   -1.03MB  0.62%  5.08%    -1.03MB  0.62%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0%  5.08%    -1.03MB  0.62%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
   -0.93MB  0.56%  4.53%    -0.93MB  0.56%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  4.53%    -0.52MB  0.31%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
   -0.52MB  0.31%  4.22%    -0.52MB  0.31%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%  4.22%    -0.52MB  0.31%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
         0     0%  4.22%     0.50MB   0.3%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
         0     0%  4.22%     0.50MB   0.3%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
    0.50MB   0.3%  4.52%     0.50MB   0.3%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  4.52%     0.50MB   0.3%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
   -0.50MB   0.3%  4.22%    -0.50MB   0.3%  github.com/sustainable-computing-io/kepler/internal/logger.handlerForFormat.func1
         0     0%  4.22%    -0.50MB   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.(*TerminatedResourceTracker[go.shape.*uint8]).Add
       1MB   0.6%  4.82%     0.07MB 0.045%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2337

🔧 Or use GitHub CLI to download artifacts:

gh run download 18491006733 -n profile-artifacts-2337

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-13d6665db8 branch from a388790 to 8a037cc Compare October 16, 2025 23:59
@github-actions
Copy link
Contributor

📊 Profiling reports are ready to be viewed

⚠️ Variability in pprof CPU and Memory profiles
When comparing pprof profiles of Kepler versions, expect variability in CPU and memory. Focus only on significant, consistent differences.

💻 CPU Comparison with base Kepler
File: kepler
Build ID: d3f4f67f36e8045834bc5fb222bd10f0137506a2
Type: cpu
Time: 2025-10-17 00:06:14 UTC
Duration: 120s, Total samples = 4.04s ( 3.37%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -0.02s, 0.5% of 4.04s total
Dropped 1 node (cum <= 0.02s)
      flat  flat%   sum%        cum   cum%
    -0.01s  0.25%  0.25%     -0.07s  1.73%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0%  0.25%      0.06s  1.49%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
     0.06s  1.49%  1.24%      0.06s  1.49%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
    -0.01s  0.25%  0.99%     -0.06s  1.49%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
    -0.05s  1.24%  0.25%     -0.05s  1.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  0.25%     -0.05s  1.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
     0.01s  0.25%     0%     -0.05s  1.24%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
    -0.03s  0.74%  0.74%     -0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  0.74%     -0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  0.74%     -0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
         0     0%  0.74%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
     0.02s   0.5%  0.25%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
    -0.01s  0.25%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectNodeMetrics
     0.01s  0.25%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/logger.handlerForFormat.func1
         0     0%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).signalNewData
         0     0%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
     0.01s  0.25%     0%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%     0%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
    -0.01s  0.25%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Comm
         0     0%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
    -0.01s  0.25%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
💾 Memory Comparison with base Kepler (Inuse)
File: kepler
Build ID: d3f4f67f36e8045834bc5fb222bd10f0137506a2
Type: inuse_space
Time: 2025-10-17 00:08:14 UTC
Duration: 120.02s, Total samples = 9031.25kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -2049.04kB, 22.69% of 9031.25kB total
      flat  flat%   sum%        cum   cum%
         0     0%     0% -2561.06kB 28.36%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%     0% -2049.04kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%     0% -2049.04kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%     0% -2049.04kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%     0% -2049.04kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%     0% -1536.54kB 17.01%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
-1536.54kB 17.01% 17.01% -1536.54kB 17.01%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
 -512.50kB  5.67% 22.69%  -512.50kB  5.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
         0     0% 22.69%   512.02kB  5.67%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0% 22.69%   512.02kB  5.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0% 22.69%   512.02kB  5.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: d3f4f67f36e8045834bc5fb222bd10f0137506a2
Type: alloc_space
Time: 2025-10-17 00:08:14 UTC
Duration: 120.02s, Total samples = 182751.94kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 18514.94kB, 10.13% of 182751.94kB total
      flat  flat%   sum%        cum   cum%
         0     0%     0%  9253.53kB  5.06%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0%  5669.11kB  3.10%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
 4625.57kB  2.53%  2.53%  4625.57kB  2.53%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  2.53%  4625.57kB  2.53%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  2.53%  4625.57kB  2.53%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
 4098.02kB  2.24%  4.77%  4098.02kB  2.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  4.77%  4098.02kB  2.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  4.77%  4098.02kB  2.24%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
 1050.86kB  0.58%  5.35%  3611.47kB  1.98%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
         0     0%  5.35%  3599.43kB  1.97%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  5.35%  3599.43kB  1.97%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  5.35%  3599.43kB  1.97%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  5.35%  3599.43kB  1.97%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
 3584.42kB  1.96%  7.31%  3584.42kB  1.96%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
  516.64kB  0.28%  7.59%  2577.60kB  1.41%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
  512.05kB  0.28%  7.87%  2560.62kB  1.40%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  7.87%  2068.22kB  1.13%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  7.87%  2068.22kB  1.13%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
 -521.05kB  0.29%  7.59%  2060.96kB  1.13%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  7.59%  2057.64kB  1.13%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
 2048.56kB  1.12%  8.71%  2048.56kB  1.12%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
    4.14kB 0.0023%  8.71%  1547.27kB  0.85%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
         0     0%  8.71%  1543.14kB  0.84%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
 1543.14kB  0.84%  9.56%  1543.14kB  0.84%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%  9.56%  1541.79kB  0.84%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
 1540.05kB  0.84% 10.40%  1540.05kB  0.84%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
-1003.99kB  0.55%  9.85% -1516.01kB  0.83%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
    0.05kB 2.6e-05%  9.85%  1009.69kB  0.55%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
 1009.64kB  0.55% 10.40%  1009.64kB  0.55%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0% 10.40%   528.17kB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
  528.17kB  0.29% 10.69%   528.17kB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
  528.17kB  0.29% 10.98%   528.17kB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0% 10.98%   528.17kB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
 -525.43kB  0.29% 10.69%  -525.44kB  0.29%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
 -512.04kB  0.28% 10.41%  -512.04kB  0.28%  github.com/sustainable-computing-io/kepler/internal/logger.handlerForFormat.func1
         0     0% 10.41%  -512.04kB  0.28%  github.com/sustainable-computing-io/kepler/internal/monitor.(*TerminatedResourceTracker[go.shape.*uint8]).Add
  512.02kB  0.28% 10.69%   512.02kB  0.28%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0% 10.69%  -512.02kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func2
 -512.02kB  0.28% 10.41%  -512.02kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshVMs
 -512.02kB  0.28% 10.13%  -512.02kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2337

🔧 Or use GitHub CLI to download artifacts:

gh run download 18578102314 -n profile-artifacts-2337

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-13d6665db8 branch from 8a037cc to 6b297ed Compare October 20, 2025 18:04
@github-actions
Copy link
Contributor

📊 Profiling reports are ready to be viewed

⚠️ Variability in pprof CPU and Memory profiles
When comparing pprof profiles of Kepler versions, expect variability in CPU and memory. Focus only on significant, consistent differences.

💻 CPU Comparison with base Kepler
File: kepler
Build ID: cd3ff26aea339d2c426ec76f5abcd74f838d4bcd
Type: cpu
Time: 2025-10-20 18:06:15 UTC
Duration: 120s, Total samples = 3.97s ( 3.31%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -0.01s, 0.25% of 3.97s total
      flat  flat%   sum%        cum   cum%
     0.06s  1.51%  1.51%      0.06s  1.51%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
    -0.01s  0.25%  1.26%     -0.04s  1.01%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
    -0.03s  0.76%   0.5%     -0.03s  0.76%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
    -0.03s  0.76%  0.25%     -0.03s  0.76%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  0.25%     -0.03s  0.76%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
         0     0%  0.25%      0.03s  0.76%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  0.25%     -0.03s  0.76%  github.com/sustainable-computing-io/kepler/internal/resource.newProcess
         0     0%  0.25%      0.03s  0.76%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
     0.02s   0.5%  0.25%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  0.25%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  0.25%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
    -0.02s   0.5%  0.25%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc
         0     0%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
    -0.01s  0.25%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%   0.5%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
     0.01s  0.25%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectNodeMetrics
    -0.01s  0.25%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
     0.02s   0.5%     0%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
    -0.01s  0.25%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
     0.01s  0.25%     0%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePodPower
    -0.01s  0.25%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateVMPower
         0     0%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
     0.01s  0.25%     0%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
    -0.01s  0.25%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
    -0.01s  0.25%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0%   0.5%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
     0.01s  0.25%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
    -0.01s  0.25%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Executable
         0     0%   0.5%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
     0.01s  0.25%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  0.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
     0.01s  0.25%     0%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0%     0%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
    -0.01s  0.25%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
💾 Memory Comparison with base Kepler (Inuse)
File: kepler
Build ID: cd3ff26aea339d2c426ec76f5abcd74f838d4bcd
Type: inuse_space
Time: 2025-10-20 18:08:15 UTC
Duration: 120.02s, Total samples = 10954.05kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -528.40kB, 4.82% of 10954.05kB total
Dropped 3 nodes (cum <= 54.77kB)
      flat  flat%   sum%        cum   cum%
         0     0%     0%  -528.17kB  4.82%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
 -528.17kB  4.82%  4.82%  -528.17kB  4.82%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0%  4.82%  -528.17kB  4.82%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
         0     0%  4.82%  -512.14kB  4.68%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  4.82%  -512.14kB  4.68%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
 -512.14kB  4.68%  9.50%  -512.14kB  4.68%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
         0     0%  9.50%   511.91kB  4.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  9.50%   511.91kB  4.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%  9.50%   511.91kB  4.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%  9.50%   511.91kB  4.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  9.50%   511.91kB  4.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  9.50%   511.91kB  4.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
  511.91kB  4.67%  4.82%   511.91kB  4.67%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: cd3ff26aea339d2c426ec76f5abcd74f838d4bcd
Type: alloc_space
Time: 2025-10-20 18:08:15 UTC
Duration: 120.02s, Total samples = 180.33MB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -4.93MB, 2.73% of 180.33MB total
Dropped 3 nodes (cum <= 0.90MB)
      flat  flat%   sum%        cum   cum%
         0     0%     0%    -8.94MB  4.96%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0%    -4.94MB  2.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
      -4MB  2.22%  2.22%       -4MB  2.22%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0%  2.22%    -3.94MB  2.18%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
    0.50MB  0.28%  1.94%     2.58MB  1.43%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
    2.08MB  1.15%  0.79%     2.08MB  1.15%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  0.79%       -2MB  1.11%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  0.79%       -2MB  1.11%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
   -0.50MB  0.28%  1.07%    -1.99MB  1.10%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  1.07%    -1.99MB  1.10%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  1.07%    -1.99MB  1.10%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  1.07%     1.95MB  1.08%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
    2.53MB  1.41%  0.34%     1.53MB  0.85%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  0.34%    -1.52MB  0.84%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  0.34%    -1.52MB  0.84%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
   -1.50MB  0.83%  0.49%    -1.50MB  0.83%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  0.49%    -1.49MB  0.83%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
   -0.50MB  0.28%  0.77%    -1.48MB  0.82%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
      -1MB  0.56%  1.33%       -1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
      -1MB  0.55%  1.88%       -1MB  0.55%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
      -1MB  0.55%  2.44%       -1MB  0.55%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  2.44%       -1MB  0.55%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
      -1MB  0.55%  2.99%       -1MB  0.55%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
       1MB  0.55%  2.44%        1MB  0.55%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
   -0.51MB  0.28%  2.72%    -0.98MB  0.54%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
   -0.52MB  0.29%  3.01%    -0.52MB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
   -0.51MB  0.28%  3.29%    -0.51MB  0.28%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%  3.29%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
    0.50MB  0.28%  3.01%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
         0     0%  3.01%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
    0.50MB  0.28%  2.73%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  2.73%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
   -0.50MB  0.28%  3.01%    -0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Comm
    0.50MB  0.28%  2.73%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CmdLine
         0     0%  2.73%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
         0     0%  2.73%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2337

🔧 Or use GitHub CLI to download artifacts:

gh run download 18660705798 -n profile-artifacts-2337

@vprashar2929 vprashar2929 requested a review from vimalk78 October 23, 2025 05:54
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-13d6665db8 branch from 6b297ed to 51d1154 Compare October 27, 2025 18:24
@github-actions
Copy link
Contributor

📊 Profiling reports are ready to be viewed

⚠️ Variability in pprof CPU and Memory profiles
When comparing pprof profiles of Kepler versions, expect variability in CPU and memory. Focus only on significant, consistent differences.

💻 CPU Comparison with base Kepler
File: kepler
Build ID: a12884218e554af6a5ff7c44988490eb2f45c8dc
Type: cpu
Time: 2025-10-27 18:26:23 UTC
Duration: 120s, Total samples = 4.03s ( 3.36%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 0.06s, 1.49% of 4.03s total
      flat  flat%   sum%        cum   cum%
         0     0%     0%      0.07s  1.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%     0%      0.07s  1.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%     0%      0.07s  1.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%     0%      0.07s  1.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%     0%      0.06s  1.49%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
     0.05s  1.24%  1.24%      0.05s  1.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  1.24%      0.05s  1.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
     0.02s   0.5%  1.74%      0.05s  1.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  1.74%      0.04s  0.99%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%  1.74%      0.04s  0.99%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%  1.74%      0.04s  0.99%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  1.74%      0.04s  0.99%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
         0     0%  1.74%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
    -0.03s  0.74%  0.99%     -0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
         0     0%  0.99%     -0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  0.99%     -0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
     0.02s   0.5%  1.49%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
    -0.02s   0.5%  0.99%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
    -0.02s   0.5%   0.5%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%   0.5%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
    -0.01s  0.25%  0.25%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/device.Energy.String
     0.01s  0.25%   0.5%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%   0.5%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
     0.01s  0.25%  0.74%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
         0     0%  0.74%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
     0.02s   0.5%  1.24%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
    -0.01s  0.25%  0.99%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
         0     0%  0.99%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*TerminatedResourceTracker[go.shape.*uint8]).Add
     0.01s  0.25%  1.24%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0%  1.24%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
     0.01s  0.25%  1.49%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  1.49%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
     0.01s  0.25%  1.74%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).PID
    -0.01s  0.25%  1.49%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc
         0     0%  1.49%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.newProcess
💾 Memory Comparison with base Kepler (Inuse)
File: kepler
Build ID: a12884218e554af6a5ff7c44988490eb2f45c8dc
Type: inuse_space
Time: 2025-10-27 18:28:23 UTC
Duration: 120.02s, Total samples = 10084.32kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 1013.60kB, 10.05% of 10084.32kB total
      flat  flat%   sum%        cum   cum%
         0     0%     0%  2048.27kB 20.31%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0%  1024.20kB 10.16%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
  512.05kB  5.08%  5.08%  1024.20kB 10.16%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  5.08%  1024.20kB 10.16%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
 1024.07kB 10.16% 15.23%  1024.07kB 10.16%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0% 15.23%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0% 15.23%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0% 15.23%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0% 15.23%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0% 15.23%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
 -518.02kB  5.14% 10.10%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0% 10.10%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0% 10.10%  -518.02kB  5.14%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0% 10.10%  -516.64kB  5.12%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
 -516.64kB  5.12%  4.97%  -516.64kB  5.12%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%  4.97%  -516.64kB  5.12%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
  512.14kB  5.08% 10.05%   512.14kB  5.08%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: a12884218e554af6a5ff7c44988490eb2f45c8dc
Type: alloc_space
Time: 2025-10-27 18:28:23 UTC
Duration: 120.02s, Total samples = 170417.69kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -20236.25kB, 11.87% of 170417.69kB total
Dropped 5 nodes (cum <= 852.09kB)
      flat  flat%   sum%        cum   cum%
         0     0%     0% -13335.44kB  7.83%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0% -10283.45kB  6.03%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%     0% -10283.45kB  6.03%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%     0% -10283.45kB  6.03%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%     0% -10283.45kB  6.03%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%     0% -8215.49kB  4.82%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%     0% -7191.12kB  4.22%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%     0% -6671.98kB  3.92%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0%     0% -6671.98kB  3.92%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
-6144.31kB  3.61%  3.61% -6144.31kB  3.61%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0%  3.61% -5638.77kB  3.31%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  3.61% -5638.77kB  3.31%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
-4818.84kB  2.83%  6.43% -4818.84kB  2.83%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
    0.02kB 1.4e-05%  6.43% -4818.82kB  2.83%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
-4614.51kB  2.71%  9.14% -4614.51kB  2.71%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
-1050.86kB  0.62%  9.76% -4123.47kB  2.42%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
-3072.62kB  1.80% 11.56% -3072.62kB  1.80%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0% 11.56% -2067.96kB  1.21%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
 1536.42kB   0.9% 10.66%  1536.42kB   0.9%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
-1042.74kB  0.61% 11.27% -1042.74kB  0.61%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0% 11.27% -1042.74kB  0.61%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0% 11.27% -1042.74kB  0.61%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
-1033.21kB  0.61% 11.88% -1033.21kB  0.61%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0% 11.88%  1028.70kB   0.6%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
         0     0% 11.88%  1028.70kB   0.6%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
 1028.70kB   0.6% 11.27%  1028.70kB   0.6%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0% 11.27%  1028.70kB   0.6%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
 -512.05kB   0.3% 11.57%  1024.37kB   0.6%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0% 11.57%  1024.37kB   0.6%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
 1024.12kB   0.6% 10.97%  1024.12kB   0.6%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
 -512.25kB   0.3% 11.27%  -512.25kB   0.3%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Comm
 -512.12kB   0.3% 11.57%  -512.12kB   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePodPower
 -512.01kB   0.3% 11.87%  -512.01kB   0.3%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Executable

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2337

🔧 Or use GitHub CLI to download artifacts:

gh run download 18851740370 -n profile-artifacts-2337

…3 updates

Bumps the go-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` |
| [github.com/oklog/run](https://github.com/oklog/run) | `1.1.0` | `1.2.0` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.0.5` | `1.1.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.2` |
| [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) | `0.14.0` | `0.14.1` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` | `1.27.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.13` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.13` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.22.3` |



Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.2...v1.4.3)

Updates `github.com/oklog/run` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/oklog/run/releases)
- [Commits](oklog/run@v1.1.0...v1.2.0)

Updates `github.com/olekukonko/tablewriter` from 1.0.5 to 1.1.0
- [Commits](olekukonko/tablewriter@v1.0.5...v1.1.0)

Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.22.0...v1.23.2)

Updates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](prometheus/client_model@v0.6.1...v0.6.2)

Updates `github.com/prometheus/exporter-toolkit` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Commits](prometheus/exporter-toolkit@v0.14.0...v0.14.1)

Updates `github.com/prometheus/procfs` from 0.15.1 to 0.16.1
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.15.1...v0.16.1)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `go.uber.org/zap` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.26.0...v1.27.0)

Updates `k8s.io/api` from 0.31.0 to 0.31.13
- [Commits](kubernetes/api@v0.31.0...v0.31.13)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.13
- [Commits](kubernetes/apimachinery@v0.31.0...v0.31.13)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.13
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.13)

Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.22.3
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.22.3)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/oklog/run
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.31.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.31.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.31.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.22.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-13d6665db8 branch from 51d1154 to 84a7db9 Compare November 3, 2025 18:36
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

📊 Profiling reports are ready to be viewed

⚠️ Variability in pprof CPU and Memory profiles
When comparing pprof profiles of Kepler versions, expect variability in CPU and memory. Focus only on significant, consistent differences.

💻 CPU Comparison with base Kepler
File: kepler
Build ID: fc9552019df526d6eeb253951717458b20644905
Type: cpu
Time: 2025-11-03 18:44:31 UTC
Duration: 120s, Total samples = 4.04s ( 3.37%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 0.12s, 2.97% of 4.04s total
      flat  flat%   sum%        cum   cum%
         0     0%     0%      0.06s  1.49%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0%      0.05s  1.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
     0.01s  0.25%  0.25%      0.04s  0.99%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
     0.03s  0.74%  0.99%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  0.99%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%  0.99%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  0.99%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  0.99%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  0.99%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
     0.03s  0.74%  1.73%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  1.73%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  1.73%      0.03s  0.74%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
     0.02s   0.5%  2.23%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
    -0.01s  0.25%  1.98%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%  1.98%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
     0.02s   0.5%  2.48%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
         0     0%  2.48%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
         0     0%  2.48%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0%  2.48%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
     0.01s  0.25%  2.72%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectVMMetrics
    -0.01s  0.25%  2.48%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateVMPower
         0     0%  2.48%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
     0.01s  0.25%  2.72%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
     0.01s  0.25%  2.97%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
     0.01s  0.25%  3.22%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Comm
         0     0%  3.22%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  3.22%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  3.22%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
         0     0%  3.22%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
    -0.01s  0.25%  2.97%     -0.01s  0.25%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
💾 Memory Comparison with base Kepler (Inuse)
File: kepler
Build ID: fc9552019df526d6eeb253951717458b20644905
Type: inuse_space
Time: 2025-11-03 18:46:31 UTC
Duration: 120.02s, Total samples = 8098.41kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 2589.63kB, 31.98% of 8098.41kB total
      flat  flat%   sum%        cum   cum%
         0     0%     0%  2573.74kB 31.78%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
  525.43kB  6.49%  6.49%  2573.74kB 31.78%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%  6.49%  2573.74kB 31.78%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  6.49%  2573.74kB 31.78%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  6.49%  2573.74kB 31.78%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
 1536.30kB 18.97% 25.46%  1536.30kB 18.97%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0% 25.46%  1536.17kB 18.97%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0% 25.46%  1037.57kB 12.81%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0% 25.46% -1024.28kB 12.65%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0% 25.46% -1024.28kB 12.65%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
-1024.28kB 12.65% 12.81% -1024.28kB 12.65%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
         0     0% 12.81%  1023.90kB 12.64%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0% 12.81%   528.17kB  6.52%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
  528.17kB  6.52% 19.33%   528.17kB  6.52%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0% 19.33%   528.17kB  6.52%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
  512.01kB  6.32% 25.65%   512.01kB  6.32%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
  512.01kB  6.32% 31.98%   512.01kB  6.32%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
         0     0% 31.98%   511.89kB  6.32%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: fc9552019df526d6eeb253951717458b20644905
Type: alloc_space
Time: 2025-11-03 18:46:31 UTC
Duration: 120.02s, Total samples = 184.70MB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 6.54MB, 3.54% of 184.70MB total
Dropped 4 nodes (cum <= 0.92MB)
      flat  flat%   sum%        cum   cum%
         0     0%     0%     7.99MB  4.32%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0%       -5MB  2.70%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%     0%     4.99MB  2.70%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%     0%     3.99MB  2.16%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
    3.50MB  1.90%  1.90%     3.50MB  1.90%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
    1.50MB  0.81%  2.71%     2.52MB  1.37%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
   -2.01MB  1.09%  1.62%    -2.01MB  1.09%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  1.62%    -2.01MB  1.09%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  1.62%    -2.01MB  1.09%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
      -2MB  1.08%  0.53%       -2MB  1.08%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  0.53%       -2MB  1.08%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  0.53%       -2MB  1.08%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
    2.03MB  1.10%  1.63%     1.53MB  0.83%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  1.63%     1.52MB  0.82%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  1.63%     1.52MB  0.82%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
    1.50MB  0.81%  2.45%     1.50MB  0.81%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
   -0.50MB  0.27%  2.17%    -1.48MB   0.8%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
   -1.03MB  0.56%  1.62%     1.47MB   0.8%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
    1.02MB  0.55%  2.17%     1.02MB  0.55%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
    1.02MB  0.55%  2.72%     1.02MB  0.55%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0%  2.72%        1MB  0.54%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
         0     0%  2.72%        1MB  0.54%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
       1MB  0.54%  3.27%        1MB  0.54%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  3.27%        1MB  0.54%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
   -0.50MB  0.27%  3.00%       -1MB  0.54%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  3.00%       -1MB  0.54%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
       1MB  0.54%  3.54%        1MB  0.54%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
   -0.51MB  0.28%  3.26%    -0.98MB  0.53%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  3.26%     0.52MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
    0.52MB  0.28%  3.54%     0.52MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%  3.54%     0.52MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
    0.50MB  0.27%  3.81%     0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
   -0.50MB  0.27%  3.54%    -0.50MB  0.27%  maps.Copy[go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.map[github.com/sustainable-computing-io/kepler/internal/device.EnergyZone]github.com/sustainable-computing-io/kepler/internal/monitor.Usage,go.shape.interface { Energy ; Index int; MaxEnergy github.com/sustainable-computing-io/kepler/internal/device.Energy; Name string; Path string },go.shape.struct { EnergyTotal github.com/sustainable-computing-io/kepler/internal/device.Energy; Power github.com/sustainable-computing-io/kepler/internal/device.Power }] (inline)
    0.50MB  0.27%  3.81%     0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectNodeMetrics
   -0.50MB  0.27%  3.54%    -0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2337

🔧 Or use GitHub CLI to download artifacts:

gh run download 19045425633 -n profile-artifacts-2337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Routine tasks or maintenance dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant