Skip to content

Commit 38dee7f

Browse files
msailesPankaj Agrawal
authored and
Pankaj Agrawal
committed
docs: added default value.
1 parent 23ba633 commit 38dee7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powertools-metrics/src/main/java/software/amazon/lambda/powertools/metrics/PowertoolsMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* or the annotation variable {@code @PowertoolsMetrics(service = "Service Name")}.
3636
* If both are specified then the value of the annotation variable will be used.</p>
3737
*
38-
* <p>By default the namespace associated with metrics created will be "XXXXXXXXX".
38+
* <p>By default the namespace associated with metrics created will be "aws-embedded-metrics".
3939
* This can be overridden with the environment variable {@code POWERTOOLS_METRICS_NAMESPACE}
4040
* or the annotation variable {@code @PowertoolsMetrics(namespace = "Namespace")}.
4141
* If both are specified then the value of the annotation variable will be used.</p>

0 commit comments

Comments
 (0)