Skip to content

Commit 3bd0387

Browse files
committed
chore(docs): update environment variable table
* Correct the default value for the POWERTOOLS_METRICS_NAMESPACE env var * Refer reader to utility page for further info on env vars
1 parent 103a3a1 commit 3bd0387

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Core utilities such as Tracing, Logging, and Metrics will be available across al
286286
| Environment variable | Description | Utility | Default |
287287
|----------------------------------------------|----------------------------------------------------------------------------------------|---------------------------|-----------------------|
288288
| **POWERTOOLS_SERVICE_NAME** | Sets service name used for tracing namespace, metrics dimension and structured logging | All | `"service_undefined"` |
289-
| **POWERTOOLS_METRICS_NAMESPACE** | Sets namespace used for metrics | [Metrics](./core/metrics) | `None` |
289+
| **POWERTOOLS_METRICS_NAMESPACE** | Sets namespace used for metrics | [Metrics](./core/metrics) | `"default_namespace"` |
290290
| **POWERTOOLS_TRACE_ENABLED** | Explicitly disables tracing | [Tracer](./core/tracer) | `true` |
291291
| **POWERTOOLS_TRACER_CAPTURE_RESPONSE** | Captures Lambda or method return as metadata. | [Tracer](./core/tracer) | `true` |
292292
| **POWERTOOLS_TRACER_CAPTURE_ERROR** | Captures Lambda or method exception as metadata. | [Tracer](./core/tracer) | `true` |
@@ -295,6 +295,8 @@ Core utilities such as Tracing, Logging, and Metrics will be available across al
295295
| **POWERTOOLS_LOGGER_SAMPLE_RATE** | Debug log sampling | [Logger](./core/logger) | `0` |
296296
| **LOG_LEVEL** | Sets logging level | [Logger](./core/logger) | `INFO` |
297297

298+
Each Utility page provides information on example values and allowed values
299+
298300
## Tenets
299301

300302
These are our core principles to guide our decision making.

0 commit comments

Comments
 (0)