Skip to content

Commit 2651a37

Browse files
chore: update instrumentation list [automated] (#16303)
1 parent c43fe2e commit 2651a37

1 file changed

Lines changed: 27 additions & 8 deletions

File tree

docs/instrumentation-list.yaml

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2795,8 +2795,6 @@ libraries:
27952795
type: STRING
27962796
- name: db.query.text
27972797
type: STRING
2798-
- name: db.response.status_code
2799-
type: STRING
28002798
- name: db.system.name
28012799
type: STRING
28022800
- name: error.type
@@ -2865,8 +2863,6 @@ libraries:
28652863
type: STRING
28662864
- name: db.query.text
28672865
type: STRING
2868-
- name: db.response.status_code
2869-
type: STRING
28702866
- name: db.system.name
28712867
type: STRING
28722868
- name: error.type
@@ -13173,11 +13169,38 @@ libraries:
1317313169
type: STRING
1317413170
twilio:
1317513171
- name: twilio-6.6
13172+
display_name: Twilio
13173+
description: |
13174+
This instrumentation enables client spans for Twilio SDK API calls such as sending messages and making phone calls.
13175+
library_link: https://github.com/twilio/twilio-java
1317613176
source_path: instrumentation/twilio-6.6
1317713177
scope:
1317813178
name: io.opentelemetry.twilio-6.6
1317913179
javaagent_target_versions:
1318013180
- com.twilio.sdk:twilio:(,8.0.0)
13181+
configurations:
13182+
- name: otel.instrumentation.twilio.experimental-span-attributes
13183+
description: |
13184+
Enables experimental span attributes `twilio.type`, `twilio.account`, `twilio.sid`, and `twilio.status`.
13185+
type: boolean
13186+
default: false
13187+
telemetry:
13188+
- when: default
13189+
spans:
13190+
- span_kind: CLIENT
13191+
attributes: []
13192+
- when: otel.instrumentation.twilio.experimental-span-attributes=true
13193+
spans:
13194+
- span_kind: CLIENT
13195+
attributes:
13196+
- name: twilio.account
13197+
type: STRING
13198+
- name: twilio.sid
13199+
type: STRING
13200+
- name: twilio.status
13201+
type: STRING
13202+
- name: twilio.type
13203+
type: STRING
1318113204
undertow:
1318213205
- name: undertow-1.4
1318313206
source_path: instrumentation/undertow-1.4
@@ -13469,8 +13492,6 @@ libraries:
1346913492
type: STRING
1347013493
- name: db.query.text
1347113494
type: STRING
13472-
- name: db.response.status_code
13473-
type: STRING
1347413495
- name: error.type
1347513496
type: STRING
1347613497
- name: server.address
@@ -13531,8 +13552,6 @@ libraries:
1353113552
type: STRING
1353213553
- name: db.query.text
1353313554
type: STRING
13534-
- name: db.response.status_code
13535-
type: STRING
1353613555
- name: error.type
1353713556
type: STRING
1353813557
- name: server.address

0 commit comments

Comments
 (0)