We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73bb8e commit 33096eaCopy full SHA for 33096ea
semconv/src/main/java/io/opentelemetry/semconv/ResourceAttributes.java
@@ -1132,8 +1132,8 @@ public final class ResourceAttributes {
1132
* unknown_service:bash}. If {@code process.executable.name} is not available, the value
1133
* MUST be set to {@code unknown_service}.
1134
* </ul>
1135
- * @deprecated deprecated in favor of stable {@link
1136
- * io.opentelemetry.semconv.ServiceIncubatingAttributes#SERVICE_NAME} attribute.
+ * @deprecated deprecated in favor of stable {@see
+ * io.opentelemetry.semconv.incubating.ServiceIncubatingAttributes#SERVICE_NAME} attribute.
1137
*/
1138
@Deprecated public static final AttributeKey<String> SERVICE_NAME = stringKey("service.name");
1139
0 commit comments