This commit is contained in:
Stephane Nicoll 2022-11-22 10:45:03 +01:00
parent a7f57091a6
commit 29ee5d2d9a
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ public class WavefrontProperties {
private String name = "unnamed_application";
/**
* Wavefront 'Service' name used in t, falling back to 'spring.application.name'.
* If both are unset it defaults to 'unnamed_service'.
* Wavefront 'Service' name used in ApplicationTags, falling back to
* 'spring.application.name'. If both are unset it defaults to 'unnamed_service'.
*/
private String serviceName;