You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**POWERTOOLS_SERVICE_NAME**| Set service name used for tracing namespace, metrics dimension and structured logging | All|`service_undefined`|
357
-
|**POWERTOOLS_METRICS_NAMESPACE**| Set namespace used for metrics |[Metrics](core/metrics.md)|`default_namespace`|
358
-
|**POWERTOOLS_METRICS_FUNCTION_NAME**| Function name used as dimension for the `ColdStart` metric |[Metrics](core/metrics.md)|[See docs](core/metrics/#capturing-a-cold-start-invocation-as-metric)|
359
-
|**POWERTOOLS_METRICS_ENABLED**| Explicitly disables emitting metrics to stdout |[Metrics](core/metrics.md)|`true`|
|**POWERTOOLS_DEV**|Increase JSON indentation to ease debugging when running functions locally or in a non-production environment |[Logger](core/logger.md)|`false`|
367
-
|**POWERTOOLS_LOG_LEVEL**| Sets how verbose Logger should be, from the most verbose to the least verbose (no logs) |[Logger](core/logger.md)|`INFO`|
368
-
|**POWERTOOLS_PARAMETERS_MAX_AGE**| Adjust how long values are kept in cache (in seconds) |[Parameters](utilities/parameters.md)|`5`|
369
-
|**POWERTOOLS_PARAMETERS_SSM_DECRYPT**| Set whether to decrypt or not values retrieved from AWS Systems Manager Parameters Store |[Parameters](utilities/parameters.md)|`false`|
370
-
|**POWERTOOLS_IDEMPOTENCY_DISABLED**| Disable the Idempotency logic without changing your code, useful for testing |[Idempotency](utilities/idempotency.md)|`false`|
|**POWERTOOLS_SERVICE_NAME**| Set service name used for tracing namespace, metrics dimension and structured logging | All|`service_undefined`|
357
+
|**POWERTOOLS_METRICS_NAMESPACE**| Set namespace used for metrics |[Metrics](core/metrics.md)|`default_namespace`|
358
+
|**POWERTOOLS_METRICS_FUNCTION_NAME**| Function name used as dimension for the `ColdStart` metric |[Metrics](core/metrics.md)|[See docs](core/metrics/#setting-function-name)|
359
+
|**POWERTOOLS_METRICS_ENABLED**| Explicitly disables emitting metrics to stdout |[Metrics](core/metrics.md)|`true`|
|**POWERTOOLS_DEV**|Pretty-print logs, disable metrics flushing, and disable traces - use for dev only | See section below|`false`|
367
+
|**POWERTOOLS_LOG_LEVEL**| Sets how verbose Logger should be, from the most verbose to the least verbose (no logs) |[Logger](core/logger.md)|`INFO`|
368
+
|**POWERTOOLS_PARAMETERS_MAX_AGE**| Adjust how long values are kept in cache (in seconds) |[Parameters](utilities/parameters.md)|`5`|
369
+
|**POWERTOOLS_PARAMETERS_SSM_DECRYPT**| Set whether to decrypt or not values retrieved from AWS Systems Manager Parameters Store |[Parameters](utilities/parameters.md)|`false`|
370
+
|**POWERTOOLS_IDEMPOTENCY_DISABLED**| Disable the Idempotency logic without changing your code, useful for testing |[Idempotency](utilities/idempotency.md)|`false`|
371
371
372
372
Each Utility page provides information on example values and allowed values.
0 commit comments