ruff
This commit is contained in:
parent
77543dbd90
commit
fb77f71c30
1 changed files with 10 additions and 9 deletions
|
|
@ -167,6 +167,7 @@ async def _log_usage_async(
|
||||||
result: Function return value (will be sanitized).
|
result: Function return value (will be sanitized).
|
||||||
success: Whether the function executed successfully.
|
success: Whether the function executed successfully.
|
||||||
error: Error message if function failed, None otherwise.
|
error: Error message if function failed, None otherwise.
|
||||||
|
duration_ms: Execution duration in milliseconds.
|
||||||
start_time: Function start timestamp.
|
start_time: Function start timestamp.
|
||||||
end_time: Function end timestamp.
|
end_time: Function end timestamp.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue