Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions prometheus/collectors/go_collector_go123_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func withAllMetrics() []string {
"go_gc_scan_stack_bytes",
"go_gc_scan_total_bytes",
"go_gc_stack_starting_size_bytes",
"go_godebug_non_default_behavior_allowmultiplevcs_events_total",
"go_godebug_non_default_behavior_asynctimerchan_events_total",
"go_godebug_non_default_behavior_execerrdot_events_total",
"go_godebug_non_default_behavior_gocachehash_events_total",
Expand Down Expand Up @@ -169,6 +170,7 @@ func withSchedulerMetrics() []string {

func withDebugMetrics() []string {
return withBaseMetrics([]string{
"go_godebug_non_default_behavior_allowmultiplevcs_events_total",
"go_godebug_non_default_behavior_asynctimerchan_events_total",
"go_godebug_non_default_behavior_execerrdot_events_total",
"go_godebug_non_default_behavior_gocachehash_events_total",
Expand Down
2 changes: 2 additions & 0 deletions prometheus/collectors/go_collector_go124_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func withAllMetrics() []string {
"go_gc_scan_stack_bytes",
"go_gc_scan_total_bytes",
"go_gc_stack_starting_size_bytes",
"go_godebug_non_default_behavior_allowmultiplevcs_events_total",
"go_godebug_non_default_behavior_asynctimerchan_events_total",
"go_godebug_non_default_behavior_execerrdot_events_total",
"go_godebug_non_default_behavior_gocachehash_events_total",
Expand Down Expand Up @@ -172,6 +173,7 @@ func withSchedulerMetrics() []string {

func withDebugMetrics() []string {
return withBaseMetrics([]string{
"go_godebug_non_default_behavior_allowmultiplevcs_events_total",
"go_godebug_non_default_behavior_asynctimerchan_events_total",
"go_godebug_non_default_behavior_execerrdot_events_total",
"go_godebug_non_default_behavior_gocachehash_events_total",
Expand Down
3 changes: 2 additions & 1 deletion prometheus/go_collector_metrics_go123_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion prometheus/go_collector_metrics_go124_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading