Skip to content

Commit c8d9662

Browse files
committed
regenerate
1 parent dc5e106 commit c8d9662

30 files changed

+127
-436
lines changed

semconv-incubating/src/main/java/io/opentelemetry/semconv/incubating/AndroidIncubatingAttributes.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,15 @@ public final class AndroidIncubatingAttributes {
3030
* href="https://developer.android.com/guide/components/activities/activity-lifecycle#lc">Activity
3131
* lifecycle callbacks</a>, and from which the {@code OS identifiers} are derived.
3232
*
33-
* <p>
34-
*
35-
* @deprecated Replaced by {@code device.app.lifecycle}.
33+
* @deprecated {"reason": "obsoleted"}
3634
*/
3735
@Deprecated public static final AttributeKey<String> ANDROID_STATE = stringKey("android.state");
3836

3937
// Enum definitions
4038
/**
4139
* Values for {@link #ANDROID_STATE}
4240
*
43-
* @deprecated Replaced by {@code device.app.lifecycle}.
41+
* @deprecated {"reason": "obsoleted"}
4442
*/
4543
@Deprecated
4644
public static final class AndroidStateIncubatingValues {

semconv-incubating/src/main/java/io/opentelemetry/semconv/incubating/ClientIncubatingAttributes.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ public final class ClientIncubatingAttributes {
2424
* client.address} SHOULD represent the client address behind any intermediaries, for example
2525
* proxies, if it's available.
2626
*
27-
* <p>
28-
*
2927
* @deprecated deprecated in favor of stable {@link
3028
* io.opentelemetry.semconv.ClientAttributes#CLIENT_ADDRESS} attribute.
3129
*/
@@ -40,8 +38,6 @@ public final class ClientIncubatingAttributes {
4038
* client.port} SHOULD represent the client port behind any intermediaries, for example proxies,
4139
* if it's available.
4240
*
43-
* <p>
44-
*
4541
* @deprecated deprecated in favor of stable {@link
4642
* io.opentelemetry.semconv.ClientAttributes#CLIENT_PORT} attribute.
4743
*/

semconv-incubating/src/main/java/io/opentelemetry/semconv/incubating/CodeIncubatingAttributes.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ public final class CodeIncubatingAttributes {
1717
/**
1818
* Deprecated, use {@code code.column.number}
1919
*
20-
* <p>
21-
*
22-
* @deprecated Replaced by {@code code.column.number}
20+
* @deprecated {"reason": "obsoleted"}
2321
*/
2422
@Deprecated public static final AttributeKey<Long> CODE_COLUMN = longKey("code.column");
2523

@@ -41,9 +39,7 @@ public final class CodeIncubatingAttributes {
4139
/**
4240
* Deprecated, use {@code code.function.name} instead
4341
*
44-
* <p>
45-
*
46-
* @deprecated Replaced by {@code code.function.name}
42+
* @deprecated {"reason": "obsoleted"}
4743
*/
4844
@Deprecated public static final AttributeKey<String> CODE_FUNCTION = stringKey("code.function");
4945

@@ -61,9 +57,7 @@ public final class CodeIncubatingAttributes {
6157
/**
6258
* Deprecated, use {@code code.line.number} instead
6359
*
64-
* <p>
65-
*
66-
* @deprecated Replaced by {@code code.line.number}
60+
* @deprecated {"reason": "obsoleted"}
6761
*/
6862
@Deprecated public static final AttributeKey<Long> CODE_LINENO = longKey("code.lineno");
6963

semconv-incubating/src/main/java/io/opentelemetry/semconv/incubating/ContainerIncubatingAttributes.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ public final class ContainerIncubatingAttributes {
3838
/**
3939
* Deprecated, use {@code cpu.mode} instead.
4040
*
41-
* <p>
42-
*
43-
* @deprecated Replaced by {@code cpu.mode}
41+
* @deprecated {"reason": "obsoleted"}
4442
*/
4543
@Deprecated
4644
public static final AttributeKey<String> CONTAINER_CPU_STATE = stringKey("container.cpu.state");
@@ -127,9 +125,7 @@ public final class ContainerIncubatingAttributes {
127125
/**
128126
* Deprecated, use {@code container.label} instead.
129127
*
130-
* <p>
131-
*
132-
* @deprecated Replaced by {@code container.label}.
128+
* @deprecated {"reason": "obsoleted"}
133129
*/
134130
@Deprecated
135131
public static final AttributeKeyTemplate<String> CONTAINER_LABELS =
@@ -145,7 +141,7 @@ public final class ContainerIncubatingAttributes {
145141
/**
146142
* Values for {@link #CONTAINER_CPU_STATE}
147143
*
148-
* @deprecated Replaced by {@code cpu.mode}
144+
* @deprecated {"reason": "obsoleted"}
149145
*/
150146
@Deprecated
151147
public static final class ContainerCpuStateIncubatingValues {

0 commit comments

Comments
 (0)