Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau committed Sep 23, 2024
1 parent b73bb8e commit 33096ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,8 @@ public final class ResourceAttributes {
* unknown_service:bash}. If {@code process.executable.name} is not available, the value
* MUST be set to {@code unknown_service}.
* </ul>
* @deprecated deprecated in favor of stable {@link
* io.opentelemetry.semconv.ServiceIncubatingAttributes#SERVICE_NAME} attribute.
* @deprecated deprecated in favor of stable {@see
* io.opentelemetry.semconv.incubating.ServiceIncubatingAttributes#SERVICE_NAME} attribute.
*/
@Deprecated public static final AttributeKey<String> SERVICE_NAME = stringKey("service.name");

Expand Down

0 comments on commit 33096ea

Please sign in to comment.