refactor: clean up unused variables in external api logs router
This commit is contained in:
@@ -143,9 +143,6 @@ def count_external_api_log_summary(
|
|||||||
Uses the same grouping as /summary, returns the count of groups
|
Uses the same grouping as /summary, returns the count of groups
|
||||||
(not the count of raw log rows).
|
(not the count of raw log rows).
|
||||||
"""
|
"""
|
||||||
settings = get_settings()
|
|
||||||
slow_threshold = slow_ms if slow_ms is not None else settings.external_api_log_slow_ms
|
|
||||||
|
|
||||||
q = db.query(
|
q = db.query(
|
||||||
ExternalApiLog.direction,
|
ExternalApiLog.direction,
|
||||||
ExternalApiLog.target_type,
|
ExternalApiLog.target_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user