Skip to content

Commit

Permalink
Update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Dec 14, 2023
1 parent a72111f commit 217e812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solarwinds_apm/trace/inbound_metrics_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def on_end(self, span: "ReadableSpan") -> None:
request_method = span.attributes.get(self._HTTP_METHOD, None)

# TODO Change when this is logged (don't when no-op)
# https://swicloud.atlassian.net/browse/NH-65061
# https://swicloud.atlassian.net/browse/NH-69129
logger.debug(
"createHttpSpan with trans_name: %s, url_tran: %s, domain: %s, span_time: %s status_code: %s, request_method: %s, has_error: %s",
trans_name,
Expand All @@ -102,7 +102,7 @@ def on_end(self, span: "ReadableSpan") -> None:
)
else:
# TODO Change when this is logged (don't when no-op)
# https://swicloud.atlassian.net/browse/NH-65061
# https://swicloud.atlassian.net/browse/NH-69129
logger.debug(
"createSpan with trans_name: %s, domain: %s, span_time: %s, has_error: %s",
trans_name,
Expand Down

0 comments on commit 217e812

Please sign in to comment.