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 73d35d2 commit 65b1c67Copy full SHA for 65b1c67
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