Skip to content

Commit 632a07d

Browse files
kakkoyunbwplotka
authored andcommitted
Update Go Collector metrics for new Go version
1 parent 5860547 commit 632a07d

File tree

3 files changed

+356
-1
lines changed

3 files changed

+356
-1
lines changed
Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
// Copyright 2022 The Prometheus Authors
2+
// Licensed under the Apache License, Version 2.0 (the "License");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
//
6+
// http://www.apache.org/licenses/LICENSE-2.0
7+
//
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
14+
//go:build go1.25 && !go1.26
15+
// +build go1.25,!go1.26
16+
17+
package collectors
18+
19+
func withAllMetrics() []string {
20+
return withBaseMetrics([]string{
21+
"go_cgo_go_to_c_calls_calls_total",
22+
"go_cpu_classes_gc_mark_assist_cpu_seconds_total",
23+
"go_cpu_classes_gc_mark_dedicated_cpu_seconds_total",
24+
"go_cpu_classes_gc_mark_idle_cpu_seconds_total",
25+
"go_cpu_classes_gc_pause_cpu_seconds_total",
26+
"go_cpu_classes_gc_total_cpu_seconds_total",
27+
"go_cpu_classes_idle_cpu_seconds_total",
28+
"go_cpu_classes_scavenge_assist_cpu_seconds_total",
29+
"go_cpu_classes_scavenge_background_cpu_seconds_total",
30+
"go_cpu_classes_scavenge_total_cpu_seconds_total",
31+
"go_cpu_classes_total_cpu_seconds_total",
32+
"go_cpu_classes_user_cpu_seconds_total",
33+
"go_gc_cycles_automatic_gc_cycles_total",
34+
"go_gc_cycles_forced_gc_cycles_total",
35+
"go_gc_cycles_total_gc_cycles_total",
36+
"go_gc_gogc_percent",
37+
"go_gc_gomemlimit_bytes",
38+
"go_gc_heap_allocs_by_size_bytes",
39+
"go_gc_heap_allocs_bytes_total",
40+
"go_gc_heap_allocs_objects_total",
41+
"go_gc_heap_frees_by_size_bytes",
42+
"go_gc_heap_frees_bytes_total",
43+
"go_gc_heap_frees_objects_total",
44+
"go_gc_heap_goal_bytes",
45+
"go_gc_heap_live_bytes",
46+
"go_gc_heap_objects_objects",
47+
"go_gc_heap_tiny_allocs_objects_total",
48+
"go_gc_limiter_last_enabled_gc_cycle",
49+
"go_gc_pauses_seconds",
50+
"go_gc_scan_globals_bytes",
51+
"go_gc_scan_heap_bytes",
52+
"go_gc_scan_stack_bytes",
53+
"go_gc_scan_total_bytes",
54+
"go_gc_stack_starting_size_bytes",
55+
"go_godebug_non_default_behavior_allowmultiplevcs_events_total",
56+
"go_godebug_non_default_behavior_asynctimerchan_events_total",
57+
"go_godebug_non_default_behavior_containermaxprocs_events_total",
58+
"go_godebug_non_default_behavior_embedfollowsymlinks_events_total",
59+
"go_godebug_non_default_behavior_execerrdot_events_total",
60+
"go_godebug_non_default_behavior_gocachehash_events_total",
61+
"go_godebug_non_default_behavior_gocachetest_events_total",
62+
"go_godebug_non_default_behavior_gocacheverify_events_total",
63+
"go_godebug_non_default_behavior_gotestjsonbuildtext_events_total",
64+
"go_godebug_non_default_behavior_gotypesalias_events_total",
65+
"go_godebug_non_default_behavior_http2client_events_total",
66+
"go_godebug_non_default_behavior_http2server_events_total",
67+
"go_godebug_non_default_behavior_httplaxcontentlength_events_total",
68+
"go_godebug_non_default_behavior_httpmuxgo121_events_total",
69+
"go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total",
70+
"go_godebug_non_default_behavior_installgoroot_events_total",
71+
"go_godebug_non_default_behavior_multipartmaxheaders_events_total",
72+
"go_godebug_non_default_behavior_multipartmaxparts_events_total",
73+
"go_godebug_non_default_behavior_multipathtcp_events_total",
74+
"go_godebug_non_default_behavior_netedns0_events_total",
75+
"go_godebug_non_default_behavior_panicnil_events_total",
76+
"go_godebug_non_default_behavior_randautoseed_events_total",
77+
"go_godebug_non_default_behavior_randseednop_events_total",
78+
"go_godebug_non_default_behavior_rsa1024min_events_total",
79+
"go_godebug_non_default_behavior_tarinsecurepath_events_total",
80+
"go_godebug_non_default_behavior_tls10server_events_total",
81+
"go_godebug_non_default_behavior_tls3des_events_total",
82+
"go_godebug_non_default_behavior_tlsmaxrsasize_events_total",
83+
"go_godebug_non_default_behavior_tlsrsakex_events_total",
84+
"go_godebug_non_default_behavior_tlssha1_events_total",
85+
"go_godebug_non_default_behavior_tlsunsafeekm_events_total",
86+
"go_godebug_non_default_behavior_updatemaxprocs_events_total",
87+
"go_godebug_non_default_behavior_winreadlinkvolume_events_total",
88+
"go_godebug_non_default_behavior_winsymlink_events_total",
89+
"go_godebug_non_default_behavior_x509keypairleaf_events_total",
90+
"go_godebug_non_default_behavior_x509negativeserial_events_total",
91+
"go_godebug_non_default_behavior_x509rsacrt_events_total",
92+
"go_godebug_non_default_behavior_x509sha256skid_events_total",
93+
"go_godebug_non_default_behavior_x509usefallbackroots_events_total",
94+
"go_godebug_non_default_behavior_x509usepolicies_events_total",
95+
"go_godebug_non_default_behavior_zipinsecurepath_events_total",
96+
"go_memory_classes_heap_free_bytes",
97+
"go_memory_classes_heap_objects_bytes",
98+
"go_memory_classes_heap_released_bytes",
99+
"go_memory_classes_heap_stacks_bytes",
100+
"go_memory_classes_heap_unused_bytes",
101+
"go_memory_classes_metadata_mcache_free_bytes",
102+
"go_memory_classes_metadata_mcache_inuse_bytes",
103+
"go_memory_classes_metadata_mspan_free_bytes",
104+
"go_memory_classes_metadata_mspan_inuse_bytes",
105+
"go_memory_classes_metadata_other_bytes",
106+
"go_memory_classes_os_stacks_bytes",
107+
"go_memory_classes_other_bytes",
108+
"go_memory_classes_profiling_buckets_bytes",
109+
"go_memory_classes_total_bytes",
110+
"go_sched_gomaxprocs_threads",
111+
"go_sched_goroutines_goroutines",
112+
"go_sched_latencies_seconds",
113+
"go_sched_pauses_stopping_gc_seconds",
114+
"go_sched_pauses_stopping_other_seconds",
115+
"go_sched_pauses_total_gc_seconds",
116+
"go_sched_pauses_total_other_seconds",
117+
"go_sync_mutex_wait_total_seconds_total",
118+
})
119+
}
120+
121+
func withGCMetrics() []string {
122+
return withBaseMetrics([]string{
123+
"go_gc_cycles_automatic_gc_cycles_total",
124+
"go_gc_cycles_forced_gc_cycles_total",
125+
"go_gc_cycles_total_gc_cycles_total",
126+
"go_gc_gogc_percent",
127+
"go_gc_gomemlimit_bytes",
128+
"go_gc_heap_allocs_by_size_bytes",
129+
"go_gc_heap_allocs_bytes_total",
130+
"go_gc_heap_allocs_objects_total",
131+
"go_gc_heap_frees_by_size_bytes",
132+
"go_gc_heap_frees_bytes_total",
133+
"go_gc_heap_frees_objects_total",
134+
"go_gc_heap_goal_bytes",
135+
"go_gc_heap_live_bytes",
136+
"go_gc_heap_objects_objects",
137+
"go_gc_heap_tiny_allocs_objects_total",
138+
"go_gc_limiter_last_enabled_gc_cycle",
139+
"go_gc_pauses_seconds",
140+
"go_gc_scan_globals_bytes",
141+
"go_gc_scan_heap_bytes",
142+
"go_gc_scan_stack_bytes",
143+
"go_gc_scan_total_bytes",
144+
"go_gc_stack_starting_size_bytes",
145+
})
146+
}
147+
148+
func withMemoryMetrics() []string {
149+
return withBaseMetrics([]string{
150+
"go_memory_classes_heap_free_bytes",
151+
"go_memory_classes_heap_objects_bytes",
152+
"go_memory_classes_heap_released_bytes",
153+
"go_memory_classes_heap_stacks_bytes",
154+
"go_memory_classes_heap_unused_bytes",
155+
"go_memory_classes_metadata_mcache_free_bytes",
156+
"go_memory_classes_metadata_mcache_inuse_bytes",
157+
"go_memory_classes_metadata_mspan_free_bytes",
158+
"go_memory_classes_metadata_mspan_inuse_bytes",
159+
"go_memory_classes_metadata_other_bytes",
160+
"go_memory_classes_os_stacks_bytes",
161+
"go_memory_classes_other_bytes",
162+
"go_memory_classes_profiling_buckets_bytes",
163+
"go_memory_classes_total_bytes",
164+
})
165+
}
166+
167+
func withSchedulerMetrics() []string {
168+
return withBaseMetrics([]string{
169+
"go_sched_gomaxprocs_threads",
170+
"go_sched_goroutines_goroutines",
171+
"go_sched_latencies_seconds",
172+
"go_sched_pauses_stopping_gc_seconds",
173+
"go_sched_pauses_stopping_other_seconds",
174+
"go_sched_pauses_total_gc_seconds",
175+
"go_sched_pauses_total_other_seconds",
176+
})
177+
}
178+
179+
func withDebugMetrics() []string {
180+
return withBaseMetrics([]string{
181+
"go_godebug_non_default_behavior_allowmultiplevcs_events_total",
182+
"go_godebug_non_default_behavior_asynctimerchan_events_total",
183+
"go_godebug_non_default_behavior_containermaxprocs_events_total",
184+
"go_godebug_non_default_behavior_embedfollowsymlinks_events_total",
185+
"go_godebug_non_default_behavior_execerrdot_events_total",
186+
"go_godebug_non_default_behavior_gocachehash_events_total",
187+
"go_godebug_non_default_behavior_gocachetest_events_total",
188+
"go_godebug_non_default_behavior_gocacheverify_events_total",
189+
"go_godebug_non_default_behavior_gotestjsonbuildtext_events_total",
190+
"go_godebug_non_default_behavior_gotypesalias_events_total",
191+
"go_godebug_non_default_behavior_http2client_events_total",
192+
"go_godebug_non_default_behavior_http2server_events_total",
193+
"go_godebug_non_default_behavior_httplaxcontentlength_events_total",
194+
"go_godebug_non_default_behavior_httpmuxgo121_events_total",
195+
"go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total",
196+
"go_godebug_non_default_behavior_installgoroot_events_total",
197+
"go_godebug_non_default_behavior_multipartmaxheaders_events_total",
198+
"go_godebug_non_default_behavior_multipartmaxparts_events_total",
199+
"go_godebug_non_default_behavior_multipathtcp_events_total",
200+
"go_godebug_non_default_behavior_netedns0_events_total",
201+
"go_godebug_non_default_behavior_panicnil_events_total",
202+
"go_godebug_non_default_behavior_randautoseed_events_total",
203+
"go_godebug_non_default_behavior_randseednop_events_total",
204+
"go_godebug_non_default_behavior_rsa1024min_events_total",
205+
"go_godebug_non_default_behavior_tarinsecurepath_events_total",
206+
"go_godebug_non_default_behavior_tls10server_events_total",
207+
"go_godebug_non_default_behavior_tls3des_events_total",
208+
"go_godebug_non_default_behavior_tlsmaxrsasize_events_total",
209+
"go_godebug_non_default_behavior_tlsrsakex_events_total",
210+
"go_godebug_non_default_behavior_tlssha1_events_total",
211+
"go_godebug_non_default_behavior_tlsunsafeekm_events_total",
212+
"go_godebug_non_default_behavior_updatemaxprocs_events_total",
213+
"go_godebug_non_default_behavior_winreadlinkvolume_events_total",
214+
"go_godebug_non_default_behavior_winsymlink_events_total",
215+
"go_godebug_non_default_behavior_x509keypairleaf_events_total",
216+
"go_godebug_non_default_behavior_x509negativeserial_events_total",
217+
"go_godebug_non_default_behavior_x509rsacrt_events_total",
218+
"go_godebug_non_default_behavior_x509sha256skid_events_total",
219+
"go_godebug_non_default_behavior_x509usefallbackroots_events_total",
220+
"go_godebug_non_default_behavior_x509usepolicies_events_total",
221+
"go_godebug_non_default_behavior_zipinsecurepath_events_total",
222+
})
223+
}
224+
225+
var (
226+
defaultRuntimeMetrics = []string{
227+
"go_gc_gogc_percent",
228+
"go_gc_gomemlimit_bytes",
229+
"go_sched_gomaxprocs_threads",
230+
}
231+
onlyGCDefRuntimeMetrics = []string{
232+
"go_gc_gogc_percent",
233+
"go_gc_gomemlimit_bytes",
234+
}
235+
onlySchedDefRuntimeMetrics = []string{
236+
"go_sched_gomaxprocs_threads",
237+
}
238+
)

0 commit comments

Comments
 (0)