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 23ba633 commit 38dee7fCopy full SHA for 38dee7f
powertools-metrics/src/main/java/software/amazon/lambda/powertools/metrics/PowertoolsMetrics.java
@@ -35,7 +35,7 @@
35
* or the annotation variable {@code @PowertoolsMetrics(service = "Service Name")}.
36
* If both are specified then the value of the annotation variable will be used.</p>
37
*
38
- * <p>By default the namespace associated with metrics created will be "XXXXXXXXX".
+ * <p>By default the namespace associated with metrics created will be "aws-embedded-metrics".
39
* This can be overridden with the environment variable {@code POWERTOOLS_METRICS_NAMESPACE}
40
* or the annotation variable {@code @PowertoolsMetrics(namespace = "Namespace")}.
41
0 commit comments