Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
251 changes: 3 additions & 248 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11386,7 +11386,7 @@ libraries:
attributes:
- name: db.client.connection.pool.name
type: STRING
- name: oshi
- name: oshi-5.0
display_name: OSHI
description: |
When the OSHI library is detected on the classpath, this instrumentation enables system metrics for memory, disk, and network operations.
Expand All @@ -11395,7 +11395,7 @@ libraries:
library_link: https://github.com/oshi/oshi/
source_path: instrumentation/oshi-5.0
scope:
name: io.opentelemetry.oshi
name: io.opentelemetry.oshi-5.0
has_standalone_library: true
has_javaagent: true
javaagent_target_versions:
Expand All @@ -11407,159 +11407,6 @@ libraries:
metrics.
type: boolean
default: false
telemetry:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be removed?

- when: default
metrics:
- name: system.disk.io
description: System disk IO
instrument: counter
data_type: LONG_SUM
unit: By
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.disk.operations
description: System disk operations
instrument: counter
data_type: LONG_SUM
unit: '{operations}'
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.memory.usage
description: System memory usage
instrument: updowncounter
data_type: LONG_SUM
unit: By
attributes:
- name: state
type: STRING
- name: system.memory.utilization
description: System memory utilization
instrument: gauge
data_type: DOUBLE_GAUGE
unit: '1'
attributes:
- name: state
type: STRING
- name: system.network.errors
description: System network errors
instrument: counter
data_type: LONG_SUM
unit: '{errors}'
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.network.io
description: System network IO
instrument: counter
data_type: LONG_SUM
unit: By
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.network.packets
description: System network packets
instrument: counter
data_type: LONG_SUM
unit: '{packets}'
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- when: otel.instrumentation.oshi.experimental-metrics.enabled=true
metrics:
- name: runtime.java.cpu_time
description: Runtime Java CPU time
instrument: gauge
data_type: LONG_GAUGE
unit: ms
attributes:
- name: type
type: STRING
- name: runtime.java.memory
description: Runtime Java memory
instrument: updowncounter
data_type: LONG_SUM
unit: By
attributes:
- name: type
type: STRING
- name: system.disk.io
description: System disk IO
instrument: counter
data_type: LONG_SUM
unit: By
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.disk.operations
description: System disk operations
instrument: counter
data_type: LONG_SUM
unit: '{operations}'
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.memory.usage
description: System memory usage
instrument: updowncounter
data_type: LONG_SUM
unit: By
attributes:
- name: state
type: STRING
- name: system.memory.utilization
description: System memory utilization
instrument: gauge
data_type: DOUBLE_GAUGE
unit: '1'
attributes:
- name: state
type: STRING
- name: system.network.errors
description: System network errors
instrument: counter
data_type: LONG_SUM
unit: '{errors}'
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.network.io
description: System network IO
instrument: counter
data_type: LONG_SUM
unit: By
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: system.network.packets
description: System network packets
instrument: counter
data_type: LONG_SUM
unit: '{packets}'
attributes:
- name: device
type: STRING
- name: direction
type: STRING
- name: payara-5.2020
display_name: Payara
description: |
Expand Down Expand Up @@ -15823,7 +15670,7 @@ libraries:
library_link: https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html
source_path: instrumentation/tomcat/tomcat-jdbc-8.5
scope:
name: io.opentelemetry.tomcat-jdbc
name: io.opentelemetry.tomcat-jdbc-8.5
has_javaagent: true
javaagent_target_versions:
- org.apache.tomcat:tomcat-jdbc:[8.5.0,)
Expand All @@ -15834,98 +15681,6 @@ libraries:
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.
type: list
default: ''
telemetry:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaydeluca should this block get removed?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no i don't think it should. i'm investigating

- when: default
metrics:
- name: db.client.connections.idle.max
description: The maximum number of idle open connections allowed.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connections}'
attributes:
- name: pool.name
type: STRING
- name: db.client.connections.idle.min
description: The minimum number of idle open connections allowed.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connections}'
attributes:
- name: pool.name
type: STRING
- name: db.client.connections.max
description: The maximum number of open connections allowed.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connections}'
attributes:
- name: pool.name
type: STRING
- name: db.client.connections.pending_requests
description: The number of pending requests for an open connection, cumulative
for the entire pool.
instrument: updowncounter
data_type: LONG_SUM
unit: '{requests}'
attributes:
- name: pool.name
type: STRING
- name: db.client.connections.usage
description: The number of connections that are currently in state described
by the state attribute.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connections}'
attributes:
- name: pool.name
type: STRING
- name: state
type: STRING
- when: otel.semconv-stability.opt-in=database
metrics:
- name: db.client.connection.count
description: The number of connections that are currently in state described
by the state attribute.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connection}'
attributes:
- name: db.client.connection.pool.name
type: STRING
- name: db.client.connection.state
type: STRING
- name: db.client.connection.idle.max
description: The maximum number of idle open connections allowed.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connection}'
attributes:
- name: db.client.connection.pool.name
type: STRING
- name: db.client.connection.idle.min
description: The minimum number of idle open connections allowed.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connection}'
attributes:
- name: db.client.connection.pool.name
type: STRING
- name: db.client.connection.max
description: The maximum number of open connections allowed.
instrument: updowncounter
data_type: LONG_SUM
unit: '{connection}'
attributes:
- name: db.client.connection.pool.name
type: STRING
- name: db.client.connection.pending_requests
description: The number of current pending requests for an open connection.
instrument: updowncounter
data_type: LONG_SUM
unit: '{request}'
attributes:
- name: db.client.connection.pool.name
type: STRING
- name: twilio-6.6
display_name: Twilio
description: |
Expand Down
Loading