Skip to content

Commit 74cc262

Browse files
authored
Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total (#1348)
Signed-off-by: Oleksandr Redko <[email protected]>
1 parent d03abf3 commit 74cc262

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

prometheus/collectors/go_collector_go121_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func withAllMetrics() []string {
6666
"go_godebug_non_default_behavior_panicnil_events_total",
6767
"go_godebug_non_default_behavior_randautoseed_events_total",
6868
"go_godebug_non_default_behavior_tarinsecurepath_events_total",
69+
"go_godebug_non_default_behavior_tlsmaxrsasize_events_total",
6970
"go_godebug_non_default_behavior_x509sha1_events_total",
7071
"go_godebug_non_default_behavior_x509usefallbackroots_events_total",
7172
"go_godebug_non_default_behavior_zipinsecurepath_events_total",
@@ -165,6 +166,7 @@ func withDebugMetrics() []string {
165166
"go_godebug_non_default_behavior_panicnil_events_total",
166167
"go_godebug_non_default_behavior_randautoseed_events_total",
167168
"go_godebug_non_default_behavior_tarinsecurepath_events_total",
169+
"go_godebug_non_default_behavior_tlsmaxrsasize_events_total",
168170
"go_godebug_non_default_behavior_x509sha1_events_total",
169171
"go_godebug_non_default_behavior_x509usefallbackroots_events_total",
170172
"go_godebug_non_default_behavior_zipinsecurepath_events_total",

prometheus/go_collector_metrics_go121_test.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)