Skip to content

Commit 7481a02

Browse files
otelbot[bot]mznet
authored andcommitted
chore: update instrumentation list [automated] (open-telemetry#14786)
1 parent 3620acf commit 7481a02

File tree

1 file changed

+34
-7
lines changed

1 file changed

+34
-7
lines changed

docs/instrumentation-list.yaml

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,33 @@ libraries:
390390
default: ''
391391
telemetry:
392392
- when: default
393+
metrics:
394+
- name: rpc.client.duration
395+
description: The duration of an outbound RPC invocation.
396+
type: HISTOGRAM
397+
unit: ms
398+
attributes:
399+
- name: rpc.method
400+
type: STRING
401+
- name: rpc.service
402+
type: STRING
403+
- name: rpc.system
404+
type: STRING
405+
- name: server.address
406+
type: STRING
407+
- name: server.port
408+
type: LONG
409+
- name: rpc.server.duration
410+
description: The duration of an inbound RPC invocation.
411+
type: HISTOGRAM
412+
unit: ms
413+
attributes:
414+
- name: rpc.method
415+
type: STRING
416+
- name: rpc.service
417+
type: STRING
418+
- name: rpc.system
419+
type: STRING
393420
spans:
394421
- span_kind: CLIENT
395422
attributes:
@@ -6399,13 +6426,6 @@ libraries:
63996426
scope:
64006427
name: io.opentelemetry.runtime-telemetry-java8
64016428
rxjava:
6402-
- name: rxjava-1.0
6403-
source_path: instrumentation/rxjava/rxjava-1.0
6404-
scope:
6405-
name: io.opentelemetry.rxjava-1.0
6406-
target_versions:
6407-
library:
6408-
- io.reactivex:rxjava:1.0.7
64096429
- name: rxjava-2.0
64106430
source_path: instrumentation/rxjava/rxjava-2.0
64116431
scope:
@@ -7977,6 +7997,13 @@ internal:
79777997
source_path: instrumentation/internal/internal-lambda
79787998
scope:
79797999
name: io.opentelemetry.internal-lambda
8000+
- name: rxjava-1.0
8001+
source_path: instrumentation/rxjava/rxjava-1.0
8002+
scope:
8003+
name: io.opentelemetry.rxjava-1.0
8004+
target_versions:
8005+
library:
8006+
- io.reactivex:rxjava:1.0.7
79808007
- name: internal-eclipse-osgi-3.6
79818008
source_path: instrumentation/internal/internal-eclipse-osgi-3.6
79828009
scope:

0 commit comments

Comments
 (0)