@@ -5277,21 +5277,15 @@ libraries:
52775277 nats :
52785278 - name : nats-2.17
52795279 description : This instrumentation provides messaging spans for NATS
5280- disabled_by_default : false
52815280 source_path : instrumentation/nats/nats-2.17
52825281 scope :
52835282 name : io.opentelemetry.nats-2.17
52845283 target_versions :
52855284 javaagent :
5286- - io.nats:jnats:[2.17.7 ,)
5285+ - io.nats:jnats:[2.17.2 ,)
52875286 library :
5288- - io.nats:jnats:2.17.7
5287+ - io.nats:jnats:2.17.2
52895288 configurations :
5290- - name : otel.instrumentation.messaging.experimental.receive-telemetry.enabled
5291- description : |
5292- Enables experimental receive telemetry, which will cause consumers to start a new trace, with only a span link connecting it to the producer trace.
5293- type : boolean
5294- default : false
52955289 - name : otel.instrumentation.messaging.experimental.capture-headers
52965290 description : Allows configuring headers to capture as span attributes.
52975291 type : list
@@ -5305,6 +5299,8 @@ libraries:
53055299 type : STRING
53065300 - name : messaging.destination.name
53075301 type : STRING
5302+ - name : messaging.destination.temporary
5303+ type : BOOLEAN
53085304 - name : messaging.header.captured_header
53095305 type : STRING_ARRAY
53105306 - name : messaging.message.body.size
@@ -5319,6 +5315,8 @@ libraries:
53195315 type : STRING
53205316 - name : messaging.destination.name
53215317 type : STRING
5318+ - name : messaging.destination.temporary
5319+ type : BOOLEAN
53225320 - name : messaging.header.captured_header
53235321 type : STRING_ARRAY
53245322 - name : messaging.message.body.size
0 commit comments