diff --git a/library/common/config/config.cc b/library/common/config/config.cc index 6ba541dc7b..63f85cafde 100644 --- a/library/common/config/config.cc +++ b/library/common/config/config.cc @@ -445,6 +445,9 @@ stats_sinks: *stats_sinks - safe_regex: google_re2: {} regex: '^dns.apple.*' + - safe_regex: + google_re2: {} + regex: '^http.client.*' - safe_regex: google_re2: {} regex: '^http.dispatcher.*' @@ -454,6 +457,9 @@ stats_sinks: *stats_sinks - safe_regex: google_re2: {} regex: '^http.hcm.downstream_rq_[\w]+' + - safe_regex: + google_re2: {} + regex: '^pbf_filter.*' - safe_regex: google_re2: {} regex: '^pulse.*'