Skip to content

Commit 33096ea

Browse files
committed
fix
1 parent b73bb8e commit 33096ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semconv/src/main/java/io/opentelemetry/semconv/ResourceAttributes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,8 +1132,8 @@ public final class ResourceAttributes {
11321132
* unknown_service:bash}. If {@code process.executable.name} is not available, the value
11331133
* MUST be set to {@code unknown_service}.
11341134
* </ul>
1135-
* @deprecated deprecated in favor of stable {@link
1136-
* io.opentelemetry.semconv.ServiceIncubatingAttributes#SERVICE_NAME} attribute.
1135+
* @deprecated deprecated in favor of stable {@see
1136+
* io.opentelemetry.semconv.incubating.ServiceIncubatingAttributes#SERVICE_NAME} attribute.
11371137
*/
11381138
@Deprecated public static final AttributeKey<String> SERVICE_NAME = stringKey("service.name");
11391139

0 commit comments

Comments
 (0)