diff --git a/library/common/config/config.cc b/library/common/config/config.cc index 274a57c8cd..105e5b6a7c 100644 --- a/library/common/config/config.cc +++ b/library/common/config/config.cc @@ -387,6 +387,12 @@ stats_sinks: *stats_sinks - safe_regex: google_re2: {} regex: '^cluster\.[\w]+?\.upstream_rq_[\w]+' + - safe_regex: + google_re2: {} + regex: '^cluster\.[\w]+?\.update_(attempt|success|failure)' + - safe_regex: + google_re2: {} + regex: '^cluster\.[\w]+?\.http2.keepalive_timeout' - safe_regex: google_re2: {} regex: '^dns.apple.*' @@ -398,7 +404,7 @@ stats_sinks: *stats_sinks regex: '^http.hcm.decompressor.*' - safe_regex: google_re2: {} - regex: '^http.hcm.downstream_rq_(?:[12345]xx|total|completed)' + regex: '^http.hcm.downstream_rq_[\w]+' - safe_regex: google_re2: {} regex: '^pulse.*'