File tree 2 files changed +14
-0
lines changed
content/en/docs/languages/java
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ OpenTelemetry Java consists of the following repositories:
30
30
Provides helpful libraries and standalone OpenTelemetry-based utilities that
31
31
don't fit the express scope of the OpenTelemetry Java or Java Instrumentation
32
32
projects. For example, JMX metric gathering.
33
+ - [ semantic-conventions-java] ( https://github.com/open-telemetry/semantic-conventions-java ) :
34
+ Java implementation of
35
+ [ OpenTelemetry Semantic Conventions] ( /docs/specs/semconv/ ) . For example,
36
+ ` ResourceAttributes.SERVICE_NAME ` .
37
+ - [ opentelemetry-proto-java] ( https://github.com/open-telemetry/opentelemetry-proto-java ) :
38
+ Java bindings for the [ OpenTelemetry Protocol (OTLP)] ( /docs/specs/otlp/ ) .
33
39
34
40
### Components
35
41
Original file line number Diff line number Diff line change 3487
3487
"StatusCode" : 200 ,
3488
3488
"LastSeen" : " 2024-01-18T19:37:01.211191-05:00"
3489
3489
},
3490
+ "https://github.com/open-telemetry/opentelemetry-proto-java" : {
3491
+ "StatusCode" : 200 ,
3492
+ "LastSeen" : " 2024-02-12T10:07:03.426176991Z"
3493
+ },
3490
3494
"https://github.com/open-telemetry/opentelemetry-proto/#maturity-level" : {
3491
3495
"StatusCode" : 200 ,
3492
3496
"LastSeen" : " 2024-01-18T19:37:06.679199-05:00"
3763
3767
"StatusCode" : 200 ,
3764
3768
"LastSeen" : " 2024-01-30T06:01:12.185293-05:00"
3765
3769
},
3770
+ "https://github.com/open-telemetry/semantic-conventions-java" : {
3771
+ "StatusCode" : 200 ,
3772
+ "LastSeen" : " 2024-02-12T10:07:03.116391658Z"
3773
+ },
3766
3774
"https://github.com/open-telemetry/semantic-conventions-java/releases" : {
3767
3775
"StatusCode" : 200 ,
3768
3776
"LastSeen" : " 2024-01-30T15:25:06.008653-05:00"
You can’t perform that action at this time.
0 commit comments