From 97ae5fbc6408adef16bf2273e154d4211aa113de Mon Sep 17 00:00:00 2001 From: Mateusz Rzeszutek Date: Mon, 4 Sep 2023 08:43:54 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com> --- specification/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/configuration.md b/specification/configuration.md index 9168351..ba8f256 100644 --- a/specification/configuration.md +++ b/specification/configuration.md @@ -214,7 +214,7 @@ are required. name or link to relevant documentation. E.g. ```txt - The service.name resource attribute is not set, your service is unnamed and will be difficult to identify. + The service.name resource attribute is not set. Your service is unnamed and will be difficult to identify. Set your service name using the OTEL_SERVICE_NAME or OTEL_RESOURCE_ATTRIBUTES environment variable. E.g. `OTEL_SERVICE_NAME=""` ```