Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Feb 12, 2025
1 parent dc5e106 commit c8d9662
Show file tree
Hide file tree
Showing 30 changed files with 127 additions and 436 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ public final class AndroidIncubatingAttributes {
* href="https://developer.android.com/guide/components/activities/activity-lifecycle#lc">Activity
* lifecycle callbacks</a>, and from which the {@code OS identifiers} are derived.
*
* <p>
*
* @deprecated Replaced by {@code device.app.lifecycle}.
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated public static final AttributeKey<String> ANDROID_STATE = stringKey("android.state");

// Enum definitions
/**
* Values for {@link #ANDROID_STATE}
*
* @deprecated Replaced by {@code device.app.lifecycle}.
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated
public static final class AndroidStateIncubatingValues {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public final class ClientIncubatingAttributes {
* client.address} SHOULD represent the client address behind any intermediaries, for example
* proxies, if it's available.
*
* <p>
*
* @deprecated deprecated in favor of stable {@link
* io.opentelemetry.semconv.ClientAttributes#CLIENT_ADDRESS} attribute.
*/
Expand All @@ -40,8 +38,6 @@ public final class ClientIncubatingAttributes {
* client.port} SHOULD represent the client port behind any intermediaries, for example proxies,
* if it's available.
*
* <p>
*
* @deprecated deprecated in favor of stable {@link
* io.opentelemetry.semconv.ClientAttributes#CLIENT_PORT} attribute.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ public final class CodeIncubatingAttributes {
/**
* Deprecated, use {@code code.column.number}
*
* <p>
*
* @deprecated Replaced by {@code code.column.number}
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated public static final AttributeKey<Long> CODE_COLUMN = longKey("code.column");

Expand All @@ -41,9 +39,7 @@ public final class CodeIncubatingAttributes {
/**
* Deprecated, use {@code code.function.name} instead
*
* <p>
*
* @deprecated Replaced by {@code code.function.name}
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated public static final AttributeKey<String> CODE_FUNCTION = stringKey("code.function");

Expand All @@ -61,9 +57,7 @@ public final class CodeIncubatingAttributes {
/**
* Deprecated, use {@code code.line.number} instead
*
* <p>
*
* @deprecated Replaced by {@code code.line.number}
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated public static final AttributeKey<Long> CODE_LINENO = longKey("code.lineno");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public final class ContainerIncubatingAttributes {
/**
* Deprecated, use {@code cpu.mode} instead.
*
* <p>
*
* @deprecated Replaced by {@code cpu.mode}
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated
public static final AttributeKey<String> CONTAINER_CPU_STATE = stringKey("container.cpu.state");
Expand Down Expand Up @@ -127,9 +125,7 @@ public final class ContainerIncubatingAttributes {
/**
* Deprecated, use {@code container.label} instead.
*
* <p>
*
* @deprecated Replaced by {@code container.label}.
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated
public static final AttributeKeyTemplate<String> CONTAINER_LABELS =
Expand All @@ -145,7 +141,7 @@ public final class ContainerIncubatingAttributes {
/**
* Values for {@link #CONTAINER_CPU_STATE}
*
* @deprecated Replaced by {@code cpu.mode}
* @deprecated {"reason": "obsoleted"}
*/
@Deprecated
public static final class ContainerCpuStateIncubatingValues {
Expand Down
Loading

0 comments on commit c8d9662

Please # to comment.