From 816671e3a2378b40c1d24114a09efc93b0c2e63d Mon Sep 17 00:00:00 2001 From: Felipe Lopes Date: Tue, 30 Jan 2024 06:41:59 -0300 Subject: [PATCH] Change biased-language term (#30851) **Description:** Replace the biased-language term `blacklist` for the unbiased `blocklist` counterpart. --- exporter/datadogexporter/examples/collector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/datadogexporter/examples/collector.yaml b/exporter/datadogexporter/examples/collector.yaml index f04124cdba91..ff8ce0bcec5d 100644 --- a/exporter/datadogexporter/examples/collector.yaml +++ b/exporter/datadogexporter/examples/collector.yaml @@ -304,7 +304,7 @@ exporters: # endpoint: https://api.datadoghq.com ## @param ignore_resources - list of strings - optional - ## A blacklist of regular expressions can be provided to disable certain traces based on their resource name + ## A blocklist of regular expressions can be provided to disable certain traces based on their resource name ## all entries must be surrounded by double quotes and separated by commas. # # ignore_resources: ["(GET|POST) /healthcheck"]