We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0039338 commit 99114abCopy full SHA for 99114ab
aws_lambda_powertools/metrics/base.py
@@ -72,7 +72,7 @@ def add_namespace(self, name: str):
72
Metric namespace
73
"""
74
warnings.warn(
75
- "add_namespace method is deprecated. Pass service to Metrics constructor instead", DeprecationWarning
+ "add_namespace method is deprecated. Pass namespace to Metrics constructor instead", DeprecationWarning
76
)
77
if self.namespace is not None:
78
raise UniqueNamespaceError(
0 commit comments