Polish DEFAULT_SERVICE_NAME javadoc

See gh-44494
This commit is contained in:
Phillip Webb
2025-10-31 09:30:19 -07:00
parent a5833095ff
commit 22781fc6a0
@@ -44,7 +44,8 @@ import org.springframework.util.StringUtils;
public final class OpenTelemetryResourceAttributes {
/**
* Default value for service name if {@code service.name} is not set.
* Default value for service name. Used if {@code service.name} is not set and no name
* can be deduced from the running application.
*/
private static final String DEFAULT_SERVICE_NAME = "unknown_service";