Skip to content

Commit 343ae65

Browse files
authored
fix bug (#1892)
Signed-off-by: pipiland2612 <[email protected]>
1 parent c5900a1 commit 343ae65

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

prometheus/collectors/go_collector_go124_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func withAllMetrics() []string {
6262
"go_godebug_non_default_behavior_gotypesalias_events_total",
6363
"go_godebug_non_default_behavior_http2client_events_total",
6464
"go_godebug_non_default_behavior_http2server_events_total",
65+
"go_godebug_non_default_behavior_httpcookiemaxnum_events_total",
6566
"go_godebug_non_default_behavior_httplaxcontentlength_events_total",
6667
"go_godebug_non_default_behavior_httpmuxgo121_events_total",
6768
"go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total",
@@ -183,6 +184,7 @@ func withDebugMetrics() []string {
183184
"go_godebug_non_default_behavior_gotypesalias_events_total",
184185
"go_godebug_non_default_behavior_http2client_events_total",
185186
"go_godebug_non_default_behavior_http2server_events_total",
187+
"go_godebug_non_default_behavior_httpcookiemaxnum_events_total",
186188
"go_godebug_non_default_behavior_httplaxcontentlength_events_total",
187189
"go_godebug_non_default_behavior_httpmuxgo121_events_total",
188190
"go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total",

prometheus/collectors/go_collector_go125_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func withAllMetrics() []string {
6464
"go_godebug_non_default_behavior_gotypesalias_events_total",
6565
"go_godebug_non_default_behavior_http2client_events_total",
6666
"go_godebug_non_default_behavior_http2server_events_total",
67+
"go_godebug_non_default_behavior_httpcookiemaxnum_events_total",
6768
"go_godebug_non_default_behavior_httplaxcontentlength_events_total",
6869
"go_godebug_non_default_behavior_httpmuxgo121_events_total",
6970
"go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total",
@@ -190,6 +191,7 @@ func withDebugMetrics() []string {
190191
"go_godebug_non_default_behavior_gotypesalias_events_total",
191192
"go_godebug_non_default_behavior_http2client_events_total",
192193
"go_godebug_non_default_behavior_http2server_events_total",
194+
"go_godebug_non_default_behavior_httpcookiemaxnum_events_total",
193195
"go_godebug_non_default_behavior_httplaxcontentlength_events_total",
194196
"go_godebug_non_default_behavior_httpmuxgo121_events_total",
195197
"go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total",

prometheus/go_collector_metrics_go124_test.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prometheus/go_collector_metrics_go125_test.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)