Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64dd749

Browse files
committedMar 14, 2024
Merging from develop
1 parent 7f8bf6c commit 64dd749

File tree

1 file changed

+2
-0
lines changed
  • aws_lambda_powertools/tracing/provider

1 file changed

+2
-0
lines changed
 

‎aws_lambda_powertools/tracing/provider/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
class BaseSpan(abc.ABC):
99
"""Holds common properties and methods on segment and subsegment."""
1010

11+
"""Triggering"""
12+
1113
@abc.abstractmethod
1214
def set_attribute(self, key: str, value: Union[str, numbers.Number, bool], **kwargs) -> None:
1315
"""Annotate segment or subsegment with a key-value pair.

0 commit comments

Comments
 (0)
Please sign in to comment.