Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the go-dependencies group with 10 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.1
github.com/prometheus/client_golang 1.22.0 1.23.2
github.com/prometheus/exporter-toolkit 0.14.0 0.15.0
go.uber.org/zap 1.26.0 1.27.0
golang.org/x/sync 0.17.0 0.18.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.4

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.1

Commits
  • c687484 update readme to v1.1.1
  • eb43184 Merge pull request #301 from clipperhouse/clipperhouse/displaywidth-experiment
  • bb166ce Revert the displaywidth.Options API
  • e64dd90 Keep legacy support for WithCondition/SetCondition
  • 3c5328b Update to fuzzed displaywidth
  • 31b2e06 benchmarks
  • 15663bf Try displaywidth instead of go-runewidth
  • 64bc45f make The fix is to make the checks in prepareContexts intelligent #302
  • db994db Merge pull request #300 from olekukonko/pie
  • 52f0a50 set bytes in benchmark
  • Additional commits viewable in compare view

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.15.0

Release notes

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

v0.15.0

What's Changed

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

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: Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 10, 2025
@github-actions github-actions bot added the chore Routine tasks or maintenance label Nov 10, 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: 94f16328ccd0607553f33656f7e0cd75512672a9
Type: cpu
Time: 2025-11-10 18:32:26 UTC
Duration: 120.01s, Total samples = 4s ( 3.33%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 0.01s, 0.25% of 4s total
      flat  flat%   sum%        cum   cum%
         0     0%     0%      0.06s  1.50%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
    -0.02s   0.5%   0.5%     -0.06s  1.50%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
     0.06s  1.50%  1.00%      0.06s  1.50%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  1.00%      0.06s  1.50%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
    -0.01s  0.25%  0.75%      0.06s  1.50%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
         0     0%  0.75%     -0.05s  1.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
    -0.01s  0.25%   0.5%      0.05s  1.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
     0.04s  1.00%  1.50%      0.04s  1.00%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
    -0.01s  0.25%  1.25%      0.04s  1.00%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0%  1.25%      0.03s  0.75%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
    -0.02s   0.5%  0.75%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/device.Energy.String
         0     0%  0.75%     -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.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%  0.25%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  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     0%  0.25%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.(*TerminatedResourceTracker[go.shape.*uint8]).Add
    -0.02s   0.5%  0.25%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
     0.02s   0.5%  0.25%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
     0.02s   0.5%  0.75%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Comm
         0     0%  0.75%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  0.75%      0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
         0     0%  0.75%     -0.02s   0.5%  github.com/sustainable-computing-io/kepler/internal/resource.newProcess
         0     0%  0.75%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
     0.01s  0.25%  1.00%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
     0.01s  0.25%  1.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
         0     0%  1.25%      0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
    -0.01s  0.25%  1.00%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePodPower
         0     0%  1.00%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  1.00%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
    -0.01s  0.25%  0.75%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CmdLine
    -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.computeTypeInfoFromProc.func2
         0     0%   0.5%     -0.01s  0.25%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
    -0.01s  0.25%  0.25%     -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: 94f16328ccd0607553f33656f7e0cd75512672a9
Type: inuse_space
Time: 2025-11-10 18:34:26 UTC
Duration: 120.02s, Total samples = 9567.39kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 1549.49kB, 16.20% of 9567.39kB total
      flat  flat%   sum%        cum   cum%
         0     0%     0%  1544.99kB 16.15%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0%  1037.57kB 10.84%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
  525.43kB  5.49%  5.49%  1037.57kB 10.84%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
         0     0%  5.49%   516.64kB  5.40%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
         0     0%  5.49%   516.64kB  5.40%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
  516.64kB  5.40% 10.89%   516.64kB  5.40%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0% 10.89%   516.64kB  5.40%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
         0     0% 10.89%  -512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0% 10.89%  -512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0% 10.89%  -512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0% 10.89%  -512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0% 10.89%  -512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0% 10.89%  -512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0% 10.89%   512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
 -512.14kB  5.35%  5.54%  -512.14kB  5.35%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
  512.14kB  5.35% 10.89%   512.14kB  5.35%  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)
  507.42kB  5.30% 16.20%   507.42kB  5.30%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: 94f16328ccd0607553f33656f7e0cd75512672a9
Type: alloc_space
Time: 2025-11-10 18:34:26 UTC
Duration: 120.02s, Total samples = 186.26MB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 12.46MB, 6.69% of 186.26MB total
      flat  flat%   sum%        cum   cum%
         0     0%     0%     7.56MB  4.06%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
    6.50MB  3.49%  3.49%     6.50MB  3.49%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0%  3.49%     4.36MB  2.34%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
    4.36MB  2.34%  5.83%     4.36MB  2.34%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
    3.01MB  1.61%  7.44%     3.01MB  1.61%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  7.44%     2.51MB  1.35%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  7.44%     2.51MB  1.35%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
   -2.50MB  1.34%  6.10%    -2.50MB  1.34%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
    0.51MB  0.28%  6.38%     2.01MB  1.08%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
    0.51MB  0.28%  6.65%    -1.99MB  1.07%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%  6.65%     1.56MB  0.84%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%  6.65%     1.54MB  0.83%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
    0.51MB  0.27%  6.93%     1.54MB  0.83%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
       2MB  1.07%  8.00%     1.50MB  0.81%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
   -0.98MB  0.52%  7.48%    -1.48MB  0.79%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  7.48%     1.02MB  0.55%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  7.48%     1.02MB  0.55%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
         0     0%  7.48%    -0.95MB  0.51%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  7.48%    -0.95MB  0.51%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  7.48%    -0.95MB  0.51%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  7.48%    -0.95MB  0.51%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
    0.52MB  0.28%  7.75%     0.52MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0%  7.75%     0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
         0     0%  7.75%     0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
    0.50MB  0.27%  8.02%     0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  8.02%     0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
    0.50MB  0.27%  8.29%     0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
   -0.50MB  0.27%  8.02%    -0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Comm
         0     0%  8.02%    -0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/resource.newProcess
   -0.50MB  0.27%  7.76%    -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%  7.49%    -0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectContainerMetrics
   -0.50MB  0.27%  7.22%    -0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
   -0.50MB  0.27%  6.95%    -0.50MB  0.27%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
         0     0%  6.95%    -0.49MB  0.26%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
   -0.49MB  0.26%  6.69%    -0.49MB  0.26%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  6.69%    -0.49MB  0.26%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  6.69%    -0.49MB  0.26%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
         0     0%  6.69%    -0.46MB  0.25%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2350

🔧 Or use GitHub CLI to download artifacts:

gh run download 19242004750 -n profile-artifacts-2350

@vprashar2929
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-e27c25137a branch from bc388d0 to 3c8a472 Compare November 13, 2025 05:53
@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: 66e3ab77279f1acaa38d94682f98ed74fe5bf119
Type: cpu
Time: 2025-11-13 06:00:09 UTC
Duration: 120.01s, Total samples = 4.39s ( 3.66%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 0.04s, 0.91% of 4.39s total
Dropped 2 nodes (cum <= 0.02s)
      flat  flat%   sum%        cum   cum%
         0     0%     0%     -0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%     0%     -0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%     0%     -0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%     0%     -0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
    -0.02s  0.46%  0.46%     -0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
     0.03s  0.68%  0.23%      0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  0.23%      0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  0.23%      0.03s  0.68%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
         0     0%  0.23%      0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
     0.02s  0.46%  0.68%      0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
    -0.02s  0.46%  0.23%     -0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%  0.23%     -0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%  0.23%      0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
     0.02s  0.46%  0.68%      0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  0.68%      0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
         0     0%  0.68%      0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  0.68%      0.02s  0.46%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
         0     0%  0.68%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
    -0.01s  0.23%  0.46%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%  0.46%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
    -0.01s  0.23%  0.23%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectContainerMetrics
    -0.01s  0.23%     0%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectNodeMetrics
         0     0%     0%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
     0.01s  0.23%  0.23%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  0.23%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%  0.23%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
         0     0%  0.23%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%  0.23%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
     0.01s  0.23%  0.46%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
     0.01s  0.23%  0.68%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
     0.01s  0.23%  0.91%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Comm
    -0.01s  0.23%  0.68%     -0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
         0     0%  0.68%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  0.68%      0.01s  0.23%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
     0.01s  0.23%  0.91%      0.01s  0.23%  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: 66e3ab77279f1acaa38d94682f98ed74fe5bf119
Type: inuse_space
Time: 2025-11-13 06:02:10 UTC
Duration: 120.02s, Total samples = 9026.25kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 2048.45kB, 22.69% of 9026.25kB total
      flat  flat%   sum%        cum   cum%
         0     0%     0%  2048.48kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%     0%  2048.34kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%     0%  2048.34kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%     0%  2048.34kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%     0%  2048.34kB 22.69%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%     0%  1536.45kB 17.02%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%     0%  1536.34kB 17.02%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%     0%  1536.34kB 17.02%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
 1536.34kB 17.02% 17.02%  1536.34kB 17.02%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0% 17.02%   512.14kB  5.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0% 17.02%   512.14kB  5.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
  512.14kB  5.67% 22.69%   512.14kB  5.67%  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)
 -512.03kB  5.67% 17.02%  -512.03kB  5.67%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0% 17.02%   512.01kB  5.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
  512.01kB  5.67% 22.69%   512.01kB  5.67%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0% 22.69%   512.01kB  5.67%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0% 22.69%   512.01kB  5.67%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: 66e3ab77279f1acaa38d94682f98ed74fe5bf119
Type: alloc_space
Time: 2025-11-13 06:02:10 UTC
Duration: 120.02s, Total samples = 182088.70kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 5061.61kB, 2.78% of 182088.70kB total
      flat  flat%   sum%        cum   cum%
 4613.35kB  2.53%  2.53%  4613.35kB  2.53%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  2.53%  4613.35kB  2.53%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  2.53%  4613.35kB  2.53%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
 4608.36kB  2.53%  5.06%  4608.36kB  2.53%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0%  5.06%  4121.72kB  2.26%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
  516.64kB  0.28%  5.35%  4110.10kB  2.26%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0%  5.35%  3593.46kB  1.97%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  5.35%  3572.14kB  1.96%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  5.35%  3572.14kB  1.96%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  5.35%  3572.14kB  1.96%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  5.35%  3572.14kB  1.96%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  5.35%  3034.71kB  1.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%  5.35% -1562.34kB  0.86%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
-1562.34kB  0.86%  4.49% -1562.34kB  0.86%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
 1024.92kB  0.56%  5.05%  1024.92kB  0.56%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
-1024.08kB  0.56%  4.49% -1024.08kB  0.56%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  4.49% -1024.08kB  0.56%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
-1024.03kB  0.56%  3.93% -1024.03kB  0.56%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
    4.14kB 0.0023%  3.93% -1019.89kB  0.56%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  3.93%   537.44kB   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
 -532.48kB  0.29%  3.64%  -532.48kB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  3.64%  -532.48kB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  3.64%  -532.48kB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
         0     0%  3.64%  -516.64kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  3.64%   516.64kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
 -516.64kB  0.28%  3.35%  -516.64kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0%  3.35%  -516.64kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
         0     0%  3.35%   516.64kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.newProcess
  516.64kB  0.28%  3.64%   516.64kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%  3.64%   516.64kB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
         0     0%  3.64%  -512.02kB  0.28%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
 -512.02kB  0.28%  3.36%  -512.02kB  0.28%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%  3.36%  -512.02kB  0.28%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
         0     0%  3.36%  -486.64kB  0.27%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
-1050.86kB  0.58%  2.78%   -25.93kB 0.014%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2350

🔧 Or use GitHub CLI to download artifacts:

gh run download 19322001625 -n profile-artifacts-2350

@vprashar2929
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-e27c25137a branch from 3c8a472 to 853ee0a Compare November 13, 2025 07:22
@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: ea2654900257c9c253f7d6b8b510d5bfca5a789a
Type: cpu
Time: 2025-11-13 07:29:13 UTC
Duration: 120s, Total samples = 4.09s ( 3.41%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 0.13s, 3.18% of 4.09s total
      flat  flat%   sum%        cum   cum%
     0.10s  2.44%  2.44%      0.10s  2.44%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  2.44%      0.09s  2.20%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  2.44%      0.09s  2.20%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
         0     0%  2.44%      0.08s  1.96%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
     0.01s  0.24%  2.69%      0.08s  1.96%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  2.69%      0.05s  1.22%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%  2.69%      0.05s  1.22%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  2.69%      0.05s  1.22%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  2.69%      0.05s  1.22%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  2.69%      0.05s  1.22%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  2.69%      0.04s  0.98%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
     0.04s  0.98%  3.67%      0.04s  0.98%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  3.67%      0.03s  0.73%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%  3.67%      0.03s  0.73%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
     0.02s  0.49%  4.16%      0.02s  0.49%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
    -0.01s  0.24%  3.91%     -0.02s  0.49%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
         0     0%  3.91%      0.02s  0.49%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
    -0.02s  0.49%  3.42%     -0.02s  0.49%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  3.42%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
    -0.01s  0.24%  3.18%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateVMPower
         0     0%  3.18%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  3.18%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
         0     0%  3.18%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*TerminatedResourceTracker[go.shape.*uint8]).Add
    -0.01s  0.24%  2.93%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
     0.01s  0.24%  3.18%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
         0     0%  3.18%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
    -0.01s  0.24%  2.93%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
     0.01s  0.24%  3.18%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
         0     0%  3.18%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  3.18%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
    -0.01s  0.24%  2.93%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc
         0     0%  2.93%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  2.93%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
         0     0%  2.93%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.newProcess
     0.01s  0.24%  3.18%      0.01s  0.24%  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: ea2654900257c9c253f7d6b8b510d5bfca5a789a
Type: inuse_space
Time: 2025-11-13 07:31:13 UTC
Duration: 120.02s, Total samples = 12706.79kB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -1030.53kB, 8.11% of 12706.79kB total
Dropped 2 nodes (cum <= 63.53kB)
      flat  flat%   sum%        cum   cum%
 -516.64kB  4.07%  4.07% -1543.03kB 12.14%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
         0     0%  4.07% -1542.95kB 12.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  4.07% -1542.95kB 12.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  4.07% -1542.95kB 12.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  4.07% -1542.95kB 12.14%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  4.07% -1031.02kB  8.11%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
 -514.38kB  4.05%  8.11% -1026.39kB  8.08%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  8.11% -1026.39kB  8.08%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
  512.50kB  4.03%  4.08%   512.60kB  4.03%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
  512.03kB  4.03% 0.051%   512.03kB  4.03%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
 -512.03kB  4.03%  4.08%  -512.03kB  4.03%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
 -512.02kB  4.03%  8.11%  -512.02kB  4.03%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
         0     0%  8.11%  -511.93kB  4.03%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
         0     0%  8.11%  -511.93kB  4.03%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: ea2654900257c9c253f7d6b8b510d5bfca5a789a
Type: alloc_space
Time: 2025-11-13 07:31:13 UTC
Duration: 120.02s, Total samples = 177.95MB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 6.81MB, 3.83% of 177.95MB total
Dropped 2 nodes (cum <= 0.89MB)
      flat  flat%   sum%        cum   cum%
         0     0%     0%     6.54MB  3.67%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%     0%    -3.98MB  2.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%     0%    -3.50MB  1.97%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
    3.49MB  1.96%  1.96%     3.49MB  1.96%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
    3.54MB  1.99%  3.95%     3.04MB  1.71%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  3.95%     2.55MB  1.43%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  3.95%     2.55MB  1.43%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  3.95%     2.55MB  1.43%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  3.95%     2.55MB  1.43%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  3.95%     2.52MB  1.42%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
   -1.01MB  0.57%  3.38%     2.52MB  1.42%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
         0     0%  3.38%     1.54MB  0.86%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  3.38%     1.54MB  0.86%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
    1.53MB  0.86%  4.24%     1.53MB  0.86%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
   -1.53MB  0.86%  3.38%    -1.53MB  0.86%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%  3.38%    -1.53MB  0.86%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%  3.38%    -1.53MB  0.86%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
   -1.50MB  0.84%  2.54%    -1.50MB  0.84%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
   -0.50MB  0.28%  2.26%    -1.25MB   0.7%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
         0     0%  2.26%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
       1MB  0.56%  2.82%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%  2.82%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
         0     0%  2.82%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PlatformCollector).Collect
         0     0%  2.82%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).ReadAll
       1MB  0.56%  3.39%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*PowerReader).readPowerSubsystem
         0     0%  3.39%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/platform/redfish.(*Service).Power
       1MB  0.56%  3.95%        1MB  0.56%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
    1.03MB  0.58%  4.53%    -0.97MB  0.55%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
   -0.75MB  0.42%  4.11%    -0.75MB  0.42%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
         0     0%  4.11%     0.52MB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
    0.52MB  0.29%  4.40%     0.52MB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%  4.40%     0.52MB  0.29%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
    0.50MB  0.28%  4.68%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  4.68%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  4.68%     0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
   -0.50MB  0.28%  4.40%    -0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
   -0.50MB  0.28%  4.12%    -0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/device.Energy.String
         0     0%  4.12%    -0.50MB  0.28%  github.com/sustainable-computing-io/kepler/internal/monitor.(*TerminatedResourceTracker[go.shape.*uint8]).Add
   -0.51MB  0.29%  3.83%     0.49MB  0.27%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2350

🔧 Or use GitHub CLI to download artifacts:

gh run download 19323776894 -n profile-artifacts-2350

@vprashar2929
Copy link
Collaborator

@dependabot rebase

…4 updates

Bumps the go-dependencies group with 10 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.1` |
| [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.15.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` | `1.27.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.18.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.4` |



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.1
- [Commits](olekukonko/tablewriter@v1.0.5...v1.1.1)

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.15.0
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Commits](prometheus/exporter-toolkit@v0.14.0...v0.15.0)

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 `golang.org/x/sync` from 0.17.0 to 0.18.0
- [Commits](golang/sync@v0.17.0...v0.18.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.4
- [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.4)

---
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.1
  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.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: golang.org/x/sync
  dependency-version: 0.18.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.4
  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-e27c25137a branch from 853ee0a to a9d227a Compare November 17, 2025 08:30
@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: fa8989f51b3abc9bdfaf9dac6bdaee56f5d075c4
Type: cpu
Time: 2025-11-17 08:37:17 UTC
Duration: 120s, Total samples = 4.11s ( 3.42%)
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for -0.05s, 1.22% of 4.11s total
      flat  flat%   sum%        cum   cum%
         0     0%     0%     -0.09s  2.19%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
     0.01s  0.24%  0.24%     -0.09s  2.19%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
    -0.08s  1.95%  1.70%     -0.08s  1.95%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  1.70%     -0.08s  1.95%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  1.70%     -0.08s  1.95%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
         0     0%  1.70%     -0.06s  1.46%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  1.70%     -0.06s  1.46%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  1.70%     -0.06s  1.46%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  1.70%     -0.06s  1.46%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  1.70%     -0.05s  1.22%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
         0     0%  1.70%     -0.04s  0.97%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect
         0     0%  1.70%      0.04s  0.97%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
     0.04s  0.97%  0.73%      0.04s  0.97%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
     0.03s  0.73%     0%      0.03s  0.73%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).CPUUsageRatio
         0     0%     0%      0.03s  0.73%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh.func3
         0     0%     0%      0.03s  0.73%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshNode
    -0.02s  0.49%  0.49%     -0.02s  0.49%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
         0     0%  0.49%     -0.02s  0.49%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
    -0.01s  0.24%  0.73%     -0.02s  0.49%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  0.73%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
     0.01s  0.24%  0.49%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
    -0.01s  0.24%  0.73%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/logger.handlerForFormat.func1
         0     0%  0.73%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateVMPower
         0     0%  0.73%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
    -0.01s  0.24%  0.97%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
    -0.01s  0.24%  1.22%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Executable
    -0.01s  0.24%  1.46%     -0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
     0.01s  0.24%  1.22%      0.01s  0.24%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc
💾 Memory Comparison with base Kepler (Inuse)
File: kepler
Build ID: fa8989f51b3abc9bdfaf9dac6bdaee56f5d075c4
Type: inuse_space
Time: 2025-11-17 08:39:17 UTC
Duration: 120.02s, Total samples = 4.67MB 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 0, 0% of 4.67MB total
      flat  flat%   sum%        cum   cum%
💾 Memory Comparison with base Kepler (Alloc)
File: kepler
Build ID: fa8989f51b3abc9bdfaf9dac6bdaee56f5d075c4
Type: alloc_space
Time: 2025-11-17 08:39:17 UTC
Duration: 120.02s, Total samples = 177541470B 
Active filters:
   show=github.com/sustainable-computing-io
Showing nodes accounting for 3425349B, 1.93% of 177541470B total
Dropped 3 nodes (cum <= 887707B)
      flat  flat%   sum%        cum   cum%
  1048608B  0.59%  0.59%   6707665B  3.78%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*cpuInfoCollector).Collect
  5659057B  3.19%  3.78%   5659057B  3.19%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*realProcFS).CPUInfo
  4719348B  2.66%  6.44%   4719348B  2.66%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).CPUTime
         0     0%  6.44%   4719348B  2.66%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).updateProcessCache
         0     0%  6.44%   4719348B  2.66%  github.com/sustainable-computing-io/kepler/internal/resource.populateProcessFields
         0     0%  6.44%   4168771B  2.35%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).Snapshot
 -3679616B  2.07%  4.36%  -3679616B  2.07%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectProcessMetrics
   524344B   0.3%  4.66%   2622072B  1.48%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).Clone (inline)
         0     0%  4.66%   2609169B  1.47%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).ensureFreshData
         0     0%  4.66%   2561818B  1.44%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).Refresh
        1B 5.6e-07%  4.66%   2561818B  1.44%  github.com/sustainable-computing-io/kepler/internal/resource.(*resourceInformer).refreshProcesses
 -2681835B  1.51%  3.15%  -2157531B  1.22%  github.com/sustainable-computing-io/kepler/internal/resource.(*procFSReader).AllProcs
         0     0%  3.15%  -1617826B  0.91%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func1
         0     0%  3.15%  -1617826B  0.91%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromProc
  -538038B   0.3%  2.85%  -1586614B  0.89%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateProcessPower
  1573296B  0.89%  3.73%   1573296B  0.89%  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)
  -538038B   0.3%  3.43%   1559602B  0.88%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Snapshot).Clone
         0     0%  3.43%   1504218B  0.85%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculatePower
         0     0%  3.43%   1504218B  0.85%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).refreshSnapshot
         0     0%  3.43%   1504218B  0.85%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh
         0     0%  3.43%   1504218B  0.85%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).synchronizedPowerRefresh.func1
         0     0%  3.43%  -1104951B  0.62%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).scheduleNextCollection.func1
 -1093490B  0.62%  2.81%  -1093490B  0.62%  github.com/sustainable-computing-io/kepler/internal/resource.containerInfoFromCgroupPaths
         0     0%  2.81%   1053446B  0.59%  github.com/sustainable-computing-io/kepler/internal/device.(*AggregatedZone).Energy
  1053446B  0.59%  3.41%   1053446B  0.59%  github.com/sustainable-computing-io/kepler/internal/device.sysfsRaplZone.Energy
         0     0%  3.41%   1053446B  0.59%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateNodePower
         0     0%  3.41%   -524432B   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Container).Clone (inline)
         0     0%  3.41%   -524432B   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.(*PowerMonitor).calculateContainerPower
  -524432B   0.3%  3.11%   -524432B   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.newContainer (inline)
         0     0%  3.11%   -524374B   0.3%  github.com/sustainable-computing-io/kepler/internal/resource.computeTypeInfoFromProc.func2
  -524374B   0.3%  2.82%   -524374B   0.3%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromCmdLine
         0     0%  2.82%   -524374B   0.3%  github.com/sustainable-computing-io/kepler/internal/resource.vmInfoFromProc
  -524336B   0.3%  2.52%   -524336B   0.3%  github.com/sustainable-computing-io/kepler/internal/resource.(*procWrapper).Cgroups
  -524320B   0.3%  2.22%   -524320B   0.3%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).collectContainerMetrics
   524304B   0.3%  2.52%    524304B   0.3%  github.com/sustainable-computing-io/kepler/internal/resource.WrapProc (inline)
  -524296B   0.3%  2.22%   -524296B   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.(*Process).StringID (inline)
  -524280B   0.3%  1.93%   -524280B   0.3%  github.com/sustainable-computing-io/kepler/internal/monitor.newProcess (inline)
         0     0%  1.93%    -35165B  0.02%  github.com/sustainable-computing-io/kepler/internal/exporter/prometheus/collector.(*PowerCollector).Collect

⬇️ Download the Profiling artifacts from the Actions Summary page

📦 Artifact name: profile-artifacts-2350

🔧 Or use GitHub CLI to download artifacts:

gh run download 19423166749 -n profile-artifacts-2350

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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.

2 participants