You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15835
15835
type: list
15836
15836
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.
0 commit comments