File tree Expand file tree Collapse file tree
buildscripts/templates/registry
docs/apidiffs/current_vs_latest
semconv-incubating/src/main/java/io/opentelemetry/semconv/incubating Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 - name : Apply formatting
8383 run : ./gradlew spotlessApply
8484
85+ - name : Generate API diffs
86+ run : ./gradlew jApiCmp
87+
8588 - name : Use CLA approved bot
8689 run : .github/scripts/use-cla-approved-bot.sh
8790
99102 git checkout -b $branch
100103 git add -u
101104 git add semconv**/src/main/java
105+ git add docs/apidiffs/
102106 git commit -m "$message"
103107 git push --set-upstream origin $branch
104108 pr_url=$(gh pr create --title "$message" \
Original file line number Diff line number Diff line change 2323 */
2424package io.opentelemetry.semconv.incubating;
2525
26+ import static io.opentelemetry.api.common.AttributeKey.booleanArrayKey;
2627import static io.opentelemetry.api.common.AttributeKey.booleanKey;
28+ import static io.opentelemetry.api.common.AttributeKey.doubleArrayKey;
2729import static io.opentelemetry.api.common.AttributeKey.doubleKey;
30+ import static io.opentelemetry.api.common.AttributeKey.longArrayKey;
2831import static io.opentelemetry.api.common.AttributeKey.longKey;
29- import static io.opentelemetry.api.common.AttributeKey.stringKey;
3032import static io.opentelemetry.api.common.AttributeKey.stringArrayKey;
33+ import static io.opentelemetry.api.common.AttributeKey.stringKey;
3134
3235import static io.opentelemetry.semconv.AttributeKeyTemplate.stringArrayKeyTemplate;
3336import static io.opentelemetry.semconv.AttributeKeyTemplate.stringKeyTemplate;
Original file line number Diff line number Diff line change 2222 */
2323package io.opentelemetry.semconv;
2424
25+ import static io.opentelemetry.api.common.AttributeKey.booleanArrayKey;
2526import static io.opentelemetry.api.common.AttributeKey.booleanKey;
27+ import static io.opentelemetry.api.common.AttributeKey.doubleArrayKey;
2628import static io.opentelemetry.api.common.AttributeKey.doubleKey;
29+ import static io.opentelemetry.api.common.AttributeKey.longArrayKey;
2730import static io.opentelemetry.api.common.AttributeKey.longKey;
28- import static io.opentelemetry.api.common.AttributeKey.stringKey;
2931import static io.opentelemetry.api.common.AttributeKey.stringArrayKey;
32+ import static io.opentelemetry.api.common.AttributeKey.stringKey;
3033
3134import static io.opentelemetry.semconv.AttributeKeyTemplate.stringArrayKeyTemplate;
3235import static io.opentelemetry.semconv.AttributeKeyTemplate.stringKeyTemplate;
Original file line number Diff line number Diff line change 1- Comparing source compatibility of opentelemetry-semconv-1.39.0-SNAPSHOT.jar against opentelemetry-semconv-1.39.0.jar
2- No changes.
1+ Comparing source compatibility of opentelemetry-semconv-1.40.0-SNAPSHOT.jar against opentelemetry-semconv-1.39.0.jar
2+ *** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.semconv.SchemaUrls (not serializable)
3+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4+ +++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.lang.String V1_40_0
5+ *** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.semconv.ServiceAttributes (not serializable)
6+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
7+ +++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) io.opentelemetry.api.common.AttributeKey<java.lang.String> SERVICE_INSTANCE_ID
8+ +++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) io.opentelemetry.api.common.AttributeKey<java.lang.String> SERVICE_NAMESPACE
Original file line number Diff line number Diff line change 66package io .opentelemetry .semconv .incubating ;
77
88import static io .opentelemetry .api .common .AttributeKey .booleanKey ;
9+ import static io .opentelemetry .api .common .AttributeKey .longArrayKey ;
910import static io .opentelemetry .api .common .AttributeKey .stringArrayKey ;
1011import static io .opentelemetry .api .common .AttributeKey .stringKey ;
1112
You can’t perform that action at this time.
0 commit comments