Skip to content

Commit e44309c

Browse files
build(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#3262)
* build(deps): bump github.com/prometheus/client_golang Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.5 to 1.21.0. - [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.20.5...v1.21.0) Signed-off-by: Ben Kochie <[email protected]> --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update e2e fixtures for new client_golang. Signed-off-by: Ben Kochie <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ben Kochie <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kochie <[email protected]>
1 parent 8804ce1 commit e44309c

File tree

10 files changed

+44
-30
lines changed

10 files changed

+44
-30
lines changed

collector/fixtures/e2e-64k-page-output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge

collector/fixtures/e2e-output-darwin.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge
@@ -251,6 +251,20 @@ node_xfrm_out_state_proto_error_packets_total 4542
251251
# HELP node_xfrm_out_state_seq_error_packets_total Sequence error i.e. Sequence number overflow
252252
# TYPE node_xfrm_out_state_seq_error_packets_total counter
253253
node_xfrm_out_state_seq_error_packets_total 543
254+
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
255+
# TYPE process_cpu_seconds_total counter
256+
# HELP process_max_fds Maximum number of open file descriptors.
257+
# TYPE process_max_fds gauge
258+
# HELP process_open_fds Number of open file descriptors.
259+
# TYPE process_open_fds gauge
260+
# HELP process_resident_memory_bytes Resident memory size in bytes.
261+
# TYPE process_resident_memory_bytes gauge
262+
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
263+
# TYPE process_start_time_seconds gauge
264+
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
265+
# TYPE process_virtual_memory_bytes gauge
266+
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
267+
# TYPE process_virtual_memory_max_bytes gauge
254268
# HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler.
255269
# TYPE promhttp_metric_handler_errors_total counter
256270
promhttp_metric_handler_errors_total{cause="encoding"} 0

collector/fixtures/e2e-output-dragonfly.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge

collector/fixtures/e2e-output-freebsd.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge

collector/fixtures/e2e-output-netbsd.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge

collector/fixtures/e2e-output-openbsd.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge

collector/fixtures/e2e-output-solaris.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge

collector/fixtures/e2e-output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
22
# TYPE go_gc_duration_seconds summary
3-
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent
3+
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent.
44
# TYPE go_gc_gogc_percent gauge
5-
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes
5+
# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes.
66
# TYPE go_gc_gomemlimit_bytes gauge
77
# HELP go_goroutines Number of goroutines that currently exist.
88
# TYPE go_goroutines gauge
@@ -52,7 +52,7 @@
5252
# TYPE go_memstats_stack_sys_bytes gauge
5353
# HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte.
5454
# TYPE go_memstats_sys_bytes gauge
55-
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads
55+
# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads.
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/opencontainers/selinux v1.11.1
2323
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
2424
github.com/prometheus-community/go-runit v0.1.0
25-
github.com/prometheus/client_golang v1.20.5
25+
github.com/prometheus/client_golang v1.21.1
2626
github.com/prometheus/client_model v0.6.1
2727
github.com/prometheus/common v0.62.0
2828
github.com/prometheus/exporter-toolkit v0.14.0
@@ -40,7 +40,7 @@ require (
4040
github.com/dennwc/ioctl v1.0.0 // indirect
4141
github.com/google/go-cmp v0.7.0 // indirect
4242
github.com/jpillora/backoff v1.0.0 // indirect
43-
github.com/klauspost/compress v1.17.9 // indirect
43+
github.com/klauspost/compress v1.17.11 // indirect
4444
github.com/kylelemons/godebug v1.1.0 // indirect
4545
github.com/mdlayher/genetlink v1.3.2 // indirect
4646
github.com/mdlayher/socket v0.4.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2E
3939
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
4040
github.com/jsimonetti/rtnetlink/v2 v2.0.2 h1:ZKlbCujrIpp4/u3V2Ka0oxlf4BCkt6ojkvpy3nZoCBY=
4141
github.com/jsimonetti/rtnetlink/v2 v2.0.2/go.mod h1:7MoNYNbb3UaDHtF8udiJo/RH6VsTKP1pqKLUTVCvToE=
42-
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
43-
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
42+
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
43+
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
4444
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
4545
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
4646
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
@@ -75,8 +75,8 @@ github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt
7575
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
7676
github.com/prometheus-community/go-runit v0.1.0 h1:uTWEj/Fn2RoLdfg/etSqwzgYNOYPrARx1BHUN052tGA=
7777
github.com/prometheus-community/go-runit v0.1.0/go.mod h1:AvJ9Jo3gAFu2lbM4+qfjdpq30FfiLDJZKbQ015u08IQ=
78-
github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y=
79-
github.com/prometheus/client_golang v1.20.5/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
78+
github.com/prometheus/client_golang v1.21.1 h1:DOvXXTqVzvkIewV/CDPFdejpMCGeMcbGCQ8YOmu+Ibk=
79+
github.com/prometheus/client_golang v1.21.1/go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
8080
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
8181
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
8282
github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=

0 commit comments

Comments
 (0)