Skip to content

Commit 6e06130

Browse files
committed
docs: switched to serviceName according to #401
1 parent 2539fbb commit 6e06130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ These settings will be used across all metrics emitted:
5454
Setting | Description | Environment variable | Constructor parameter
5555
------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | -------------------------------------------------
5656
**Metric namespace** | Logical container where all metrics will be placed e.g. `serverlessAirline` | `POWERTOOLS_METRICS_NAMESPACE` | `namespace`
57-
**Service** | Optionally, sets **service** metric dimension across all metrics e.g. `payment` | `POWERTOOLS_SERVICE_NAME` | `service`
57+
**Service** | Optionally, sets **service** metric dimension across all metrics e.g. `payment` | `POWERTOOLS_SERVICE_NAME` | `serviceName`
5858

5959
For a **complete list** of supported environment variables, refer to [this section](./../index.md#environment-variables).
6060

0 commit comments

Comments
 (0)