Skip to content
Merged
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
14 changes: 6 additions & 8 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5277,21 +5277,15 @@ libraries:
nats:
- name: nats-2.17
description: This instrumentation provides messaging spans for NATS
disabled_by_default: false
source_path: instrumentation/nats/nats-2.17
scope:
name: io.opentelemetry.nats-2.17
target_versions:
javaagent:
- io.nats:jnats:[2.17.7,)
- io.nats:jnats:[2.17.2,)
library:
- io.nats:jnats:2.17.7
- io.nats:jnats:2.17.2
configurations:
- name: otel.instrumentation.messaging.experimental.receive-telemetry.enabled
description: |
Enables experimental receive telemetry, which will cause consumers to start a new trace, with only a span link connecting it to the producer trace.
type: boolean
default: false
- name: otel.instrumentation.messaging.experimental.capture-headers
description: Allows configuring headers to capture as span attributes.
type: list
Expand All @@ -5305,6 +5299,8 @@ libraries:
type: STRING
- name: messaging.destination.name
type: STRING
- name: messaging.destination.temporary
type: BOOLEAN
- name: messaging.header.captured_header
type: STRING_ARRAY
- name: messaging.message.body.size
Expand All @@ -5319,6 +5315,8 @@ libraries:
type: STRING
- name: messaging.destination.name
type: STRING
- name: messaging.destination.temporary
type: BOOLEAN
- name: messaging.header.captured_header
type: STRING_ARRAY
- name: messaging.message.body.size
Expand Down