From fa7ba30ca8cdfbc89e01f6a2e99e1eb54e54f168 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 9 Nov 2023 22:04:01 -0700 Subject: [PATCH] fix elli readme excluded_paths doc (#174) --- instrumentation/opentelemetry_elli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry_elli/README.md b/instrumentation/opentelemetry_elli/README.md index 7923ada..92ae231 100644 --- a/instrumentation/opentelemetry_elli/README.md +++ b/instrumentation/opentelemetry_elli/README.md @@ -73,7 +73,7 @@ be added to `sys.config` to exclude the URLs `/health` and `/metrics`: ``` erlang -{opentelemetry_elli, [{excluded_urls, ["/health", "/metrics"]}]} +{opentelemetry_elli, [{excluded_paths, ["/health", "/metrics"]}]} ``` An OS environment variable, `OTEL_ELLI_EXCLUDED_URLS`, is also read and is a