8000 Update null_telemetry_client.py · ericmicrofocus/botbuilder-python@5f28e94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f28e94

Browse files
author
Emily Olshefski
committed
Update null_telemetry_client.py
1 parent 0e96543 commit 5f28e94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/botbuilder-core/botbuilder/core/null_telemetry_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ def track_request(
117117
:param name: The name for this request. All requests with the same name will be grouped together.
118118
:param url: The actual URL for this request (to show in individual request instances).
119119
:param success: True if the request ended in success, False otherwise.
120-
:param start_time: the start time of the request. The value should look the same as the one returned \
121-
by :func:`datetime.isoformat()` (defaults to: None)
120+
:param start_time: the start time of the request. The value should look the same as the one returned by datetime.isoformat(). Defaults to None.
122121
:param duration: the number of milliseconds that this request lasted. (defaults to: None)
123122
:param response_code: the response code that this request returned. (defaults to: None)
124123
:param http_method: the HTTP method that triggered this request. (defaults to: None)

0 commit comments

Comments
 (0)
0