Skip to content

Commit e51faf1

Browse files
committed
chore: update instrumentation list [automated]
1 parent e1329a1 commit e51faf1

1 file changed

Lines changed: 1 addition & 93 deletions

File tree

docs/instrumentation-list.yaml

Lines changed: 1 addition & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -15823,7 +15823,7 @@ libraries:
1582315823
library_link: https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html
1582415824
source_path: instrumentation/tomcat/tomcat-jdbc-8.5
1582515825
scope:
15826-
name: io.opentelemetry.tomcat-jdbc
15826+
name: io.opentelemetry.tomcat-jdbc-8.5
1582715827
has_javaagent: true
1582815828
javaagent_target_versions:
1582915829
- org.apache.tomcat:tomcat-jdbc:[8.5.0,)
@@ -15834,98 +15834,6 @@ libraries:
1583415834
Opt-in to emit stable semantic conventions instead of the old experimental semantic conventions. Accepts a comma-separated list of semantic convention groups (e.g., `database`, `http`, `messaging`). Use `<group>/dup` to emit both old and new conventions simultaneously. Stable semantic conventions will become the default in version 3.0 of the agent.
1583515835
type: list
1583615836
default: ''
15837-
telemetry:
15838-
- when: default
15839-
metrics:
15840-
- name: db.client.connections.idle.max
15841-
description: The maximum number of idle open connections allowed.
15842-
instrument: updowncounter
15843-
data_type: LONG_SUM
15844-
unit: '{connections}'
15845-
attributes:
15846-
- name: pool.name
15847-
type: STRING
15848-
- name: db.client.connections.idle.min
15849-
description: The minimum number of idle open connections allowed.
15850-
instrument: updowncounter
15851-
data_type: LONG_SUM
15852-
unit: '{connections}'
15853-
attributes:
15854-
- name: pool.name
15855-
type: STRING
15856-
- name: db.client.connections.max
15857-
description: The maximum number of open connections allowed.
15858-
instrument: updowncounter
15859-
data_type: LONG_SUM
15860-
unit: '{connections}'
15861-
attributes:
15862-
- name: pool.name
15863-
type: STRING
15864-
- name: db.client.connections.pending_requests
15865-
description: The number of pending requests for an open connection, cumulative
15866-
for the entire pool.
15867-
instrument: updowncounter
15868-
data_type: LONG_SUM
15869-
unit: '{requests}'
15870-
attributes:
15871-
- name: pool.name
15872-
type: STRING
15873-
- name: db.client.connections.usage
15874-
description: The number of connections that are currently in state described
15875-
by the state attribute.
15876-
instrument: updowncounter
15877-
data_type: LONG_SUM
15878-
unit: '{connections}'
15879-
attributes:
15880-
- name: pool.name
15881-
type: STRING
15882-
- name: state
15883-
type: STRING
15884-
- when: otel.semconv-stability.opt-in=database
15885-
metrics:
15886-
- name: db.client.connection.count
15887-
description: The number of connections that are currently in state described
15888-
by the state attribute.
15889-
instrument: updowncounter
15890-
data_type: LONG_SUM
15891-
unit: '{connection}'
15892-
attributes:
15893-
- name: db.client.connection.pool.name
15894-
type: STRING
15895-
- name: db.client.connection.state
15896-
type: STRING
15897-
- name: db.client.connection.idle.max
15898-
description: The maximum number of idle open connections allowed.
15899-
instrument: updowncounter
15900-
data_type: LONG_SUM
15901-
unit: '{connection}'
15902-
attributes:
15903-
- name: db.client.connection.pool.name
15904-
type: STRING
15905-
- name: db.client.connection.idle.min
15906-
description: The minimum number of idle open connections allowed.
15907-
instrument: updowncounter
15908-
data_type: LONG_SUM
15909-
unit: '{connection}'
15910-
attributes:
15911-
- name: db.client.connection.pool.name
15912-
type: STRING
15913-
- name: db.client.connection.max
15914-
description: The maximum number of open connections allowed.
15915-
instrument: updowncounter
15916-
data_type: LONG_SUM
15917-
unit: '{connection}'
15918-
attributes:
15919-
- name: db.client.connection.pool.name
15920-
type: STRING
15921-
- name: db.client.connection.pending_requests
15922-
description: The number of current pending requests for an open connection.
15923-
instrument: updowncounter
15924-
data_type: LONG_SUM
15925-
unit: '{request}'
15926-
attributes:
15927-
- name: db.client.connection.pool.name
15928-
type: STRING
1592915837
- name: twilio-6.6
1593015838
display_name: Twilio
1593115839
description: |

0 commit comments

Comments
 (0)