Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 8988703

Browse files
committed
Updated method doc
1 parent eef5dce commit 8988703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencensus/trace/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def get_func_name(func):
4444

4545
def disable_tracing_url(url, excludelist_paths=None):
4646
"""Disable tracing on the provided excludelist paths, by default not tracing
47-
the health check request.
47+
the health check request. Paths can be provided as regex patterns.
4848
49-
If the url path starts with the excludelisted path, return True.
49+
If the url path matches the excludelisted path, return True.
5050
5151
:type excludelist_paths: list
5252
:param excludelist_paths: Paths that not tracing.

0 commit comments

Comments
 (0)