@@ -2347,6 +2347,8 @@ libraries:
23472347 data_type: HISTOGRAM
23482348 unit: s
23492349 attributes:
2350+ - name: db.collection.name
2351+ type: STRING
23502352 - name: db.operation.name
23512353 type: STRING
23522354 - name: db.system.name
@@ -2384,6 +2386,8 @@ libraries:
23842386 type: STRING
23852387 - name: aws.step_functions.state_machine.arn
23862388 type: STRING
2389+ - name: db.collection.name
2390+ type: STRING
23872391 - name: db.operation.name
23882392 type: STRING
23892393 - name: db.system.name
@@ -2695,6 +2699,8 @@ libraries:
26952699 data_type: HISTOGRAM
26962700 unit: s
26972701 attributes:
2702+ - name: db.collection.name
2703+ type: STRING
26982704 - name: db.operation.name
26992705 type: STRING
27002706 - name: db.system.name
@@ -2750,6 +2756,8 @@ libraries:
27502756 type: STRING
27512757 - name: aws.step_functions.state_machine.arn
27522758 type: STRING
2759+ - name: db.collection.name
2760+ type: STRING
27532761 - name: db.operation.name
27542762 type: STRING
27552763 - name: db.system.name
@@ -5742,6 +5750,20 @@ libraries:
57425750 type: STRING
57435751 - name: rpc.system
57445752 type: STRING
5753+ - name: hbase-client-2.0
5754+ display_name: HBase Client
5755+ description: |
5756+ This instrumentation enables database client spans and database client metrics for the Apache HBase client.
5757+ semantic_conventions:
5758+ - DATABASE_CLIENT_SPANS
5759+ - DATABASE_CLIENT_METRICS
5760+ library_link: https://hbase.apache.org/
5761+ source_path: instrumentation/hbase-client-2.0
5762+ scope:
5763+ name: io.opentelemetry.hbase-client-2.0
5764+ has_javaagent: true
5765+ javaagent_target_versions:
5766+ - org.apache.hbase:hbase-client:[2.0.0, 2.5.0)
57455767- name: helidon-4.3
57465768 display_name: Helidon
57475769 description: This instrumentation enables HTTP server spans and HTTP server metrics
@@ -14574,6 +14596,84 @@ libraries:
1457414596 type: STRING
1457514597 - name: user_agent.original
1457614598 type: STRING
14599+ - name: sofa-rpc-5.4
14600+ display_name: SOFARPC
14601+ description: |
14602+ The SOFARPC instrumentation provides RPC client spans and metrics, and RPC server spans and metrics for SOFARPC RPC calls.
14603+ semantic_conventions:
14604+ - RPC_CLIENT_SPANS
14605+ - RPC_CLIENT_METRICS
14606+ - RPC_SERVER_SPANS
14607+ - RPC_SERVER_METRICS
14608+ library_link: https://github.com/sofastack/sofa-rpc/
14609+ source_path: instrumentation/sofa-rpc-5.4
14610+ scope:
14611+ name: io.opentelemetry.sofa-rpc-5.4
14612+ has_standalone_library: true
14613+ has_javaagent: true
14614+ javaagent_target_versions:
14615+ - com.alipay.sofa:sofa-rpc-all:[5.4.0,)
14616+ configurations:
14617+ - name: otel.instrumentation.common.peer-service-mapping
14618+ declarative_name: java.common.service_peer_mapping
14619+ description: Used to specify a mapping from host names or IP addresses to peer
14620+ services.
14621+ type: structured_list
14622+ default: ''
14623+ telemetry:
14624+ - when: default
14625+ metrics:
14626+ - name: rpc.client.duration
14627+ description: The duration of an outbound RPC invocation.
14628+ instrument: histogram
14629+ data_type: HISTOGRAM
14630+ unit: ms
14631+ attributes:
14632+ - name: rpc.method
14633+ type: STRING
14634+ - name: rpc.service
14635+ type: STRING
14636+ - name: rpc.system
14637+ type: STRING
14638+ - name: server.address
14639+ type: STRING
14640+ - name: server.port
14641+ type: LONG
14642+ - name: rpc.server.duration
14643+ description: The duration of an inbound RPC invocation.
14644+ instrument: histogram
14645+ data_type: HISTOGRAM
14646+ unit: ms
14647+ attributes:
14648+ - name: rpc.method
14649+ type: STRING
14650+ - name: rpc.service
14651+ type: STRING
14652+ - name: rpc.system
14653+ type: STRING
14654+ spans:
14655+ - span_kind: CLIENT
14656+ attributes:
14657+ - name: peer.service
14658+ type: STRING
14659+ - name: rpc.method
14660+ type: STRING
14661+ - name: rpc.service
14662+ type: STRING
14663+ - name: rpc.system
14664+ type: STRING
14665+ - name: server.address
14666+ type: STRING
14667+ - name: server.port
14668+ type: LONG
14669+ - span_kind: SERVER
14670+ attributes:
14671+ - name: rpc.method
14672+ type: STRING
14673+ - name: rpc.service
14674+ type: STRING
14675+ - name: rpc.system
14676+ type: STRING
1457714677- name: spark-2.3
1457814678 display_name: Spark Web Framework
1457914679 description: |
0 commit comments