-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: update instrumentation list [automated] #18857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
otelbot-java-instrumentation
wants to merge
1
commit into
main
Choose a base branch
from
otelbot/metadata-update-main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3
−248
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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. | ||
|
|
@@ -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: | ||
|
|
@@ -11407,159 +11407,6 @@ libraries: | |
| metrics. | ||
| type: boolean | ||
| default: false | ||
| telemetry: | ||
| - 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: | | ||
|
|
@@ -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,) | ||
|
|
@@ -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: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jaydeluca should this block get removed?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: | | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be removed?