Skip to content

Commit

Permalink
Change biased-language term (open-telemetry#30851)
Browse files Browse the repository at this point in the history
**Description:** <Describe what has changed.>
Replace the biased-language term `blacklist` for the unbiased
`blocklist` counterpart.
  • Loading branch information
lopes-felipe authored and cparkins committed Feb 1, 2024
1 parent af46845 commit a18b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/datadogexporter/examples/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a18b0f4

Please sign in to comment.