From 99a5f2522a1460037b8b7a558838d603ed9d6e77 Mon Sep 17 00:00:00 2001 From: Lan Date: Tue, 12 Sep 2023 10:50:19 +0800 Subject: [PATCH] Update Prometheus metrics doc (#5477) Signed-off-by: Lan Luo --- docs/prometheus-integration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/prometheus-integration.md b/docs/prometheus-integration.md index 3283ccb7668..7fa896937e1 100644 --- a/docs/prometheus-integration.md +++ b/docs/prometheus-integration.md @@ -468,6 +468,9 @@ GODEBUG=randautoseed=... setting. - **go_godebug_non_default_behavior_tarinsecurepath_events_total:** The number of non-default behaviors executed by the archive/tar package due to a non-default GODEBUG=tarinsecurepath=... setting. +- **go_godebug_non_default_behavior_tlsmaxrsasize_events_total:** The +number of non-default behaviors executed by the crypto/tls package due to +a non-default GODEBUG=tlsmaxrsasize=... setting. - **go_godebug_non_default_behavior_x509sha1_events_total:** The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509sha1=... setting.