Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau committed Sep 25, 2024
1 parent aaca672 commit 23c0f06
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,8 @@ public static final class OsTypeValues {
* Linux.
*
* @deprecated deprecated in favor of {@see
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#LINUX} attribute.
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#LINUX}
* attribute.
*/
@Deprecated public static final String LINUX = "linux";

Expand Down Expand Up @@ -2015,15 +2016,17 @@ public static final class OsTypeValues {
* HP-UX (Hewlett Packard Unix).
*
* @deprecated deprecated in favor of {@see
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#HPUX} attribute.
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#HPUX}
* attribute.
*/
@Deprecated public static final String HPUX = "hpux";

/**
* AIX (Advanced Interactive eXecutive).
*
* @deprecated deprecated in favor of {@see
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#AIX} attribute.
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#AIX}
* attribute.
*/
@Deprecated public static final String AIX = "aix";

Expand All @@ -2040,7 +2043,8 @@ public static final class OsTypeValues {
* IBM z/OS.
*
* @deprecated deprecated in favor of {@see
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#Z_OS} attribute.
* io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OsTypeIncubatingValues#Z_OS}
* attribute.
*/
@Deprecated public static final String Z_OS = "z_os";

Expand Down

0 comments on commit 23c0f06

Please sign in to comment.